Data.DbxDatasnap.TDBXDatasnapProperties.CommunicationProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommunicationProtocol: string read GetCommunicationProtocol write SetCommunicationProtocol;

C++

__property System::UnicodeString CommunicationProtocol = {read=GetCommunicationProtocol, write=SetCommunicationProtocol};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the communication protocol type used for data exchange with the DataSnap server.

The CommunicationProtocol property specifies the communication protocol type used for data exchange with the DataSnap server. The supported values are http and tcp/ip. The default value for the CommunicationProtocol property is <code">tcp/ip.

See Also