IRemoteService
Overview
The 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
Properties
Channel
Gets or sets the IClientChannel 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 IMessage instance used to access the remote RemObjects service.
property Message: IMessage read write;
IMessage Message { get; set; }
Property Message() As IMessage
Required Methods
QueryServiceInfo
method QueryServiceInfo: Stream
Stream QueryServiceInfo()
Function QueryServiceInfo() As Stream