Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.SetProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetProxyScheme(Val: string);

C++

virtual void __fastcall SetProxyScheme(System::UnicodeString Val) = 0 ;

Description

Sets the scheme of the proxy server.

SetProxyScheme is the setter method for the ProxyScheme property.

See Also