Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetProxyScheme: string;

C++

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

Description

Gets the scheme of the proxy server.

GetProxyScheme is the getter method for the ProxyScheme property.

See Also