RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocketThread.ClientSocket Property

Refers to the client socket handling the connection in that thread.

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

Use ClientSocket to obtain access to the client socket object handling the connection in the current thread of execution. 

 

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