Datasnap.DSTCPServerTransport.TDSTCPServerTransport.FTcpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FTcpServer: IIPTCPServer;

C++

Ippeerapi::_di_IIPTCPServer FTcpServer;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Represents the server used to access and manage connections.

FTcpServer is used internally as the underlying server used by the TDSTCPServerTransport instance to access and manage connections.

See Also