StunResultLocalPublicEndPoint Property |
Gets local public IP endpoint. This value is null if failed to get network type.
Namespace: StreamCoders.Network.StunAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic IPEndPoint LocalPublicEndPoint { get; }
Public ReadOnly Property LocalPublicEndPoint As IPEndPoint
Get
public:
property IPEndPoint^ LocalPublicEndPoint {
IPEndPoint^ get ();
}
member LocalPublicEndPoint : IPEndPoint with get
Property Value
Type:
IPEndPoint
See Also