Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyScheme: string;

C++

virtual System::UnicodeString __fastcall GetProxyScheme() = 0 ;

Properties

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

Description

Gets the scheme of the proxy server.

GetProxyScheme is the getter method for the ProxyScheme property.

See Also