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