Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyHost

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 ProxyHost: string read FProxyHost write FProxyHost;

C++

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

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