MessageModifierInfoRemoteEndpoint Property |
Gets the remote endpoint from the incoming message has received, or the incoming message will be sent to.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Endpoint RemoteEndpoint { get; }
Public ReadOnly Property RemoteEndpoint As Endpoint
Get
public:
property Endpoint^ RemoteEndpoint {
Endpoint^ get ();
}
member RemoteEndpoint : Endpoint with get
Property Value
Type:
Endpoint
See Also