Click or drag to resize

wclServerDataConnectionSetClientEvents Method

The method sets the client's event handlers.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected override void SetClientEvents(
	wclServerClientConnection Client
)

Parameters

Client  wclServerClientConnection
The wclServerClientConnection represents a client connection.
See Also