System.Win.ScktComp.TServerClientWinSocket

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ScktComp.TCustomWinSocketSystem.TObjectTServerClientWinSocket

Delphi

TServerClientWinSocket = class(TCustomWinSocket)

C++

class PASCALIMPLEMENTATION TServerClientWinSocket : public TCustomWinSocket

Properties

Type Visibility Source Unit Parent
class public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

TServerClientWinSocket describes the server endpoint of a socket connection to a client socket.

TServerClientWinSocket is used by server socket components to manage the Windows socket API calls for the socket connection to an individual client socket. TServerClientWinSocket objects are created when a client socket connection is accepted by a listening server socket.

Applications can create and customize the properties of a TServerClientWinSocket object in an OnGetSocket event handler for a server socket component. Component writers can create descendants of TServerClientWinSocket that may be substituted for TServerClientWinSocket in the OnGetSocket event handler.

See Also