RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientWinSocket.ServerWinSocket Property

Describes the endpoint of the listening connection that accepted the connection to the client socket which is managed by this TServerClientWinSocket.

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

Use ServerWinSocket to gain access to the Windows socket object for the listening connection that spawned this TServerClientWinSocket. Use the ServerWinSocket to trigger events that can be handled by the event handlers of the server socket, to get execution threads from the cache maintained by the Windows server socket, or to get information about the other active connections accepted by the server socket. 

 

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