Close all connections of the provided ConnectionType except to provided EndPoint array.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connectionTypeToClose
- Type: NetworkCommsDotNet.Connections ConnectionType
The type of connections to be closed. ConnectionType.Undefined matches all types.
- closeAllExceptTheseRemoteEndPoints
- Type: System.Net EndPoint
Close all except those with remote EndPoint that is provided in EndPoint array
See Also