RemotingMessages are used to send RPC requests to a remote endpoint.
These messages use the operation
property to specify which
method to call on the remote object.
The destination
property indicates what object/service should be
used.
Constructor
Variables
source:String
This property is provided for backwards compatibility. The best practice, however, is to not expose the underlying source of a RemoteObject destination on the client and only one source to a destination. Some types of Remoting Services may even ignore this property for security reasons.