TwclServerConnection.HalCreateClient Method

The method crteates a hardware and transport-dependent client connection.

Namespace: wclConnections
protected
 function HalCreateClient: TwclServerClientConnection; virtual; abstract;

Return Value

If the method success the return value is the object represents the client connection. Otherwise the method returns nil.

A derived class must override this method to create a custom HAL server client connection.