Click or drag to resize
UdpNetworkClientLocalEndPoint Property
Local endpoint the socket will be bound to.

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

Property Value

Type: IPEndPoint
The local end point.

Implements

INetworkClientLocalEndPoint
See Also