Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.SetProxyScheme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProxyScheme(Val: string);

C++

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

Properties

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

Description

Sets the scheme of the proxy server.

SetProxyScheme is the setter method for the ProxyScheme property.

See Also