Constants
 ConstantDescription
 connections The singleton collections of remoting connections registered with a specific gateway url in the application.
 logger The logger of the system.remoting package.
Interfaces
 InterfaceDescription
 IRemotingServiceListener This interface provides all the basic slots for the RemotingService instances.
Classes
 ClassDescription
 RemotingAuthentification Creates a credential authentification with a remoting service.
 RemotingConnection The RemotingConnection object used in the RemotingService class to connect the client with the server.
 RemotingConnections The collection of all remoting connections registered with a specific gateway url.
 RemotingGatewayUrl This factory build the gateway url of the services of this application.
 RemotingService This class provides a service object to communicate with a remoting gateway server.
 RemotingServiceListener The basic concrete implementation of the IRemotingServiceListener interface.
 RemotingServiceProxy This class defines a proxy of the RemotingService class to invoke all methods of the service with a simple method.