Returns a list of EndPoints corresponding to possible local listeners of the provided
ConnectionType. If no listeners exist returns empty list.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connectionType
- Type: NetworkCommsDotNet.Connections ConnectionType
The connection type to match. Use ConnectionType.Undefined to match all.
Return Value
Type: List EndPoint[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.ExistingLocalListenEndPoints(NetworkCommsDotNet.Connections.ConnectionType)"]
See Also