Datasnap.DSCommon.TDSClientCallbackChannelManager.CommunicationProtocol

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

property CommunicationProtocol: string read FCommunicationProtocol write FCommunicationProtocol;

C++

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

Description

Specifies the name of the communication protocol.

The CommunicationProtocol property specifies the name of the communication protocol. The supported values are tcp/ip or http.

See Also