StunContextMappedAddress Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
IPEndPoint
See Also