Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyHost: string read FProxyHost write FProxyHost;

C++

__property System::UnicodeString ProxyHost = {read=FProxyHost, write=FProxyHost};

Properties

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

Description

The host through which to send requests.

The ProxyHost property specifies the host through which to send requests. Set ProxyHost to an empty string if you do not want to use a proxy.

See Also