Click or drag to resize
UdpNetworkClientRemoteEndPoint Property
Remote endpoint of the socket.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public IPEndPoint RemoteEndPoint { get; set; }

Property Value

Type: IPEndPoint
The remote end point.

Implements

INetworkClientRemoteEndPoint
See Also