IROProxy
Overview
The IROProxy interface represents base properties for the Proxy class. This internally used interface only exposes one property (see below).
For internal use only.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IROProxy
Properties
CloneMessage
Determines whether a related Message instance will be cloned when a request to the server is initiated.
Note that the AsyncProxy class ignores the value of this property and always uses a cloned Message to communicate with the server.
property CloneMessage: Boolean read write;
Boolean CloneMessage { get; set; }
Property CloneMessage() As Boolean