Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.SetProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProxyServer(Val: string);

C++

virtual void __fastcall SetProxyServer(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 host name of the proxy server.

SetProxyServer is the setter method for the ProxyServer property.

See Also