NatRemoteServerGetTransportAddress Method |
Retrieves the transport address of the remote host.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IPEndPoint GetTransportAddress()
Public Function GetTransportAddress As IPEndPoint
public:
IPEndPoint^ GetTransportAddress()
member GetTransportAddress : unit -> IPEndPoint
Return Value
Type:
IPEndPoint
See Also