UDPConnection CloseConnectionSpecific Method NetworkComms.Net Help
Every connection will probably have to perform connection specific shutdown tasks. This is called before the global connection close tasks.

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

protected override void CloseConnectionSpecific(
	bool closeDueToError,
	int logLocation = 0
)

Parameters

closeDueToError
Type: OnlineSystem Boolean
Closing a connection due an error possibly requires a few extra steps.
logLocation (Optional)
Type: OnlineSystem Int32
Optional debug parameter for determining the location of the close.
See Also