Click or drag to resize
UdpNetworkClientBind Method
Associates socket with local endpoint.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public EndPoint Bind()

Return Value

Type: EndPoint
Returns the locally bound EndPoint.

Implements

INetworkClientBind
See Also