RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocket.Socket Property

Describes the client endpoint of the Windows client socket connection.

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

Use Socket to  

Determine the address and port of both the client and server sockets that are bound to the connection. 

Read or write information through the socket connection. 

Determine what server notifications the client will respond to. 

Obtain the Windows socket handle for making Windows socket API calls. 

 

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