Soap.SOAPConn.TSoapConnection.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 published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Lists any proxy servers that are required to make the connection.

Use Proxy if the SOAP connection component can't resolve the host portion of URL locally. If the server is registered locally, 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