System.Win.ScktComp.TServerWinSocket

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ScktComp.TCustomWinSocketSystem.TObjectTServerWinSocket

Delphi

TServerWinSocket = class(TCustomWinSocket)

C++

class PASCALIMPLEMENTATION TServerWinSocket : 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

TServerWinSocket describes the endpoint of a listening server socket connection.

TServerWinSocket is used by server socket components to manage the Windows socket API calls for a TCP/IP listening connection. TServerWinSocket introduces new properties, events, and methods to manage multiple socket connections to different client sockets, and to generate or reuse TServerClientThread objects that allow each client connection to have its own execution thread.

See Also