Soap.SOAPConn.TSoapConnection.ProxyByPass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyByPass: string read GetProxyByPass write SetProxyByPass;

C++

__property System::UnicodeString ProxyByPass = {read=GetProxyByPass, write=SetProxyByPass};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Lists the host names of locally registered servers that do not require a proxy.

Use ProxyByPass to indicate any server systems to which the SOAP connection component can make a direct connection. When the URL property identifies a server in this list, the Web connection component makes a direct connection even if the Proxy property is specified.

When ProxyByPass is an empty string, the Web connection component checks the registry for any locally known servers and bypasses the proxy server if the host portion of URL refers to a registered local server.

See Also