Soap.HTTPUtil.IStreamLoader.SetProxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProxy(const Proxy: string);

C++

virtual void __fastcall SetProxy(const System::UnicodeString Proxy) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

Sets the value of the Proxy property.

SetProxy is the write implementation for the Proxy property.

Proxy lists any proxy servers to use when connecting to the server that hosts the WSDL document.

See Also