RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocket.Socket Property

Specifies the TServerWinSocket object that describes the endpoint of the listening connection.

Pascal
property Socket: TServerWinSocket;
C++
__property TServerWinSocket Socket;

Use Socket to obtain 

Information about the connections currently active on the server socket. 

Information about the connection threads that are cached for use by the server socket. 

Access to the Windows socket handle for the listening connection that is needed for Windows socket API calls. 

 

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