Soap.SOAPHTTPTrans.THTTPReqResp.Proxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Proxy: string read FProxy write SetProxy;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

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

Use Proxy if the client application can't resolve the value of 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