ScktComp.TCustomServerSocket
Contents |
Delphi Information
From ScktComp.pas
TCustomServerSocket = class(TCustomSocket)
Unit: ScktComp
Type: class
Inherited Class Members: ScktComp.TCustomServerSocket Members
Class Properties: ScktComp.TCustomServerSocket Properties
Class Methods: ScktComp.TCustomServerSocket Methods
Class Fields: ScktComp.TCustomServerSocket Fields
Class Constructors & Destructors: ScktComp.TCustomServerSocket Constructors
Class Events: ScktComp.TCustomServerSocket Events
C++ Information
From ScktComp.hpp
TCustomServerSocket = class(TCustomSocket)
Unit: ScktComp
Type: class
Inherited Class Members: ScktComp.TCustomServerSocket Members
Class Properties: ScktComp.TCustomServerSocket Properties
Class Methods: ScktComp.TCustomServerSocket Methods
Class Fields: ScktComp.TCustomServerSocket Fields
Class Constructors & Destructors: ScktComp.TCustomServerSocket Constructors
Class Events: ScktComp.TCustomServerSocket Events
Description
TCustomServerSocket is the base class for all server socket components.
TCustomServerSocket introduces new properties and events specific to the functions of a TCP/IP server.
Do not create instances of TCustomServerSocket. Use TCustomServerSocket as a base class when declaring server socket objects that listen for connection requests from other machines.