StunContextMappedAddress Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IPEndPoint MappedAddress { get; protected set; }
Public Property MappedAddress As IPEndPoint
Get
Protected Set
public:
property IPEndPoint^ MappedAddress {
IPEndPoint^ get ();
protected: void set (IPEndPoint^ value);
}
member MappedAddress : IPEndPoint with get, set
Property Value
Type:
IPEndPoint
See Also