ScktComp.TServerSocket.Socket
From RAD Studio VCL Reference
Contents |
Delphi Information
From ScktComp.pas
property Socket: TServerWinSocket read FServerSocket;
Unit: ScktComp
Type: property
Visibility: public
Member Of: TServerSocket
C++ Information
From ScktComp.hpp
__property Scktcomp::TServerWinSocket * Socket = {read=FServerSocket};
Unit: ScktComp
Type: property
Visibility: public
Member Of: TServerSocket
Description
Specifies the TServerWinSocket object that describes the endpoint of the listening connection.
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.