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