IRemoteService
Overview
The Interface IRemoteService represents a base component used provide required connection settings needed to access a remote RemObjects service.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IRemoteService
Implemented in
Properties
Channel
Gets or sets the instance used to access the remote RemObjects service.
property Channel: IClientChannel read write;
IClientChannel Channel { get; set; }
Property Channel As IClientChannel
CloneMessage
Gets or sets a flag indicating whether the Message instance should be cloned while performing the remote server call.
property CloneMessage: Boolean read write;
Boolean CloneMessage { get; set; }
Property CloneMessage As Boolean
Message
Gets or sets the Interface IMessage instance used to access the remote RemObjects service.
See Also
- Interface IClientChannel
- Interface IMessage
- RemoteService