Datasnap.DSTCPServerTransport.TDSTCPServerTransport.FTcpServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

FTcpServer: IIPTCPServer;

C++

Ippeerapi::_di_IIPTCPServer FTcpServer;

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