Click or drag to resize
TcpNetworkClientRemoteEndpoint Property
Gets the underlying remote endpoint. The value is only valid when the underlying socket is connected.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public EndPoint RemoteEndpoint { get; }

Property Value

Type: EndPoint
See Also