TcpNetworkClientRemoteEndpoint Property |
Gets the underlying remote endpoint. The value is only valid when the underlying socket is connected.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic EndPoint RemoteEndpoint { get; }
Public ReadOnly Property RemoteEndpoint As EndPoint
Get
public:
property EndPoint^ RemoteEndpoint {
EndPoint^ get ();
}
member RemoteEndpoint : EndPoint with get
Property Value
Type:
EndPoint
See Also