RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerWinSocket Class

TServerWinSocket describes the endpoint of a listening server socket connection.

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

TServerWinSocket is used by server socket components to manage the Windows socket API calls for a TCP/IP listening connection. TServerWinSocket introduces new properties, events, and methods to manage multiple socket connections to different client sockets, and to generate or reuse TServerClientThread objects that allow each client connection to have its own execution thread. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!