Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyScheme: string read GetProxyScheme write SetProxyScheme;

C++

__property System::UnicodeString ProxyScheme = {read=GetProxyScheme, write=SetProxyScheme};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IProxyConnectionInfo

Description

Represents the URI scheme to be used to communicate with the proxy server.

See Also