RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.ClientSocket Property

Specifies the TServerClientWinSocket object that uses the thread for all reading and writing over the socket connection.

Pascal
property ClientSocket: TServerClientWinSocket;
C++
__property TServerClientWinSocket ClientSocket;

Use ClientSocket to gain direct access to the Windows socket component that uses the thread. If ClientSocket is nil (Delphi) or NULL (C++), the thread is idle and available for reuse by another TServerClientWinSocket object. TServerClientThread uses ClientSocket to read from or write to the socket connection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!