RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientWinSocket Class

TServerClientWinSocket describes the server endpoint of a socket connection to a client socket.

Pascal
TServerClientWinSocket = class(TCustomWinSocket);
C++
class TServerClientWinSocket : public TCustomWinSocket;

ScktComp

TServerClientWinSocket is used by server socket components to manage the Windows socket API calls for the socket connection to an individual client socket. TServerClientWinSocket objects are created when a client socket connection is accepted by a listening server socket.  

Applications can create and customize the properties of a TServerClientWinSocket object in an OnGetSocket event handler for a server socket component. Component writers can create descendants of TServerClientWinSocket that may be substituted for TServerClientWinSocket in the OnGetSocket event handler. 

 

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