ScktComp.TServerClientWinSocket

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ScktComp.pas

TServerClientWinSocket = class(TCustomWinSocket)


Unit: ScktComp

Type: class

Inherited Class Members: ScktComp.TServerClientWinSocket Members

Class Properties: ScktComp.TServerClientWinSocket Properties

Class Constructors & Destructors: ScktComp.TServerClientWinSocket Constructors

C++ Information

From ScktComp.hpp

TServerClientWinSocket = class(TCustomWinSocket)


Unit: ScktComp

Type: class

Inherited Class Members: ScktComp.TServerClientWinSocket Members

Class Properties: ScktComp.TServerClientWinSocket Properties

Class Constructors & Destructors: ScktComp.TServerClientWinSocket Constructors

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

Personal tools
Translations
Newest Version