Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IProxyConnectionInfo

Delphi

property ProxyScheme: string read GetProxyScheme write SetProxyScheme;

C++

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

Description

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

See Also