Datasnap.DSCommon.TDSClientCallbackChannelManager.CommunicationProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommunicationProtocol: string read FCommunicationProtocol write FCommunicationProtocol;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

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