Soap.HTTPUtil.IStreamLoader.Proxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Proxy:    string read GetProxy    write SetProxy;

C++

__property System::UnicodeString Proxy = {read=GetProxy, write=SetProxy};

Properties

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

Description

Lists any proxy servers that are required to connect to a server that hosts the WSDL document.

Use Proxy if the stream loader can't resolve the host portion of an URL for the WSDL document locally. If the server that hosts the WSDL document is registered locally or if the WSDL document is a file on the local machine, Proxy can be a null string. Otherwise, Proxy lists the host names of any proxy servers that can forward request messages on to the intended server machine.

See Also