Click or drag to resize
UdpNetworkMulticastClientRemoteEndPoint Property
Multicast group EndPoint.

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