| TransportInfoRemoteEndPoint Property  | 
            Gets the remote endpoint of the transport.
            
 
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IPEndPoint RemoteEndPoint { get; }Public ReadOnly Property RemoteEndPoint As IPEndPoint
	Get
public:
property IPEndPoint^ RemoteEndPoint {
	IPEndPoint^ get ();
}member RemoteEndPoint : IPEndPoint with get
Property Value
Type: 
IPEndPoint
See Also