Click or drag to resize

wclServerConnectionDoDisconnect Method

Fires the OnDisconnect event.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected virtual void DoDisconnect(
	wclServerClientConnection Client,
	int Reason
)

Parameters

Client  wclServerClientConnection
The wclServerClientConnection represents a remote connected client.
Reason  Int32
The disconnection code. If the parameter is WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.
See Also