SIPClientNetworkInfoPublicEndPoint Property |
Gets the public endpoint for the local address.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IPEndPoint PublicEndPoint { get; }
Public ReadOnly Property PublicEndPoint As IPEndPoint
Get
public:
property IPEndPoint^ PublicEndPoint {
IPEndPoint^ get ();
}
member PublicEndPoint : IPEndPoint with get
Property Value
Type:
IPEndPoint
See Also