Data.DbxDatasnap.TDBXDatasnapProperties.CommunicationProtocol

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property CommunicationProtocol: string read GetCommunicationProtocol write SetCommunicationProtocol;

C++

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

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