ConnectionListenerBase LocalListenEndPoint Property NetworkComms.Net Help
The local IPEndPoint that this listener is associated with.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public EndPoint LocalListenEndPoint { get; protected set; }

Property Value

Type: OnlineEndPoint
See Also