Click or drag to resize

NetworkCommsCloseAllConnections Method (ConnectionType, EndPoint)

Namespace:  NetworkCommsDotNet
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void CloseAllConnections(
	ConnectionType connectionTypeToClose,
	EndPoint[] closeAllExceptTheseRemoteEndPoints
)

Parameters

connectionTypeToClose
Type: NetworkCommsDotNet.ConnectionsConnectionType
closeAllExceptTheseRemoteEndPoints
Type: System.NetEndPoint
See Also