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