Soap.SOAPHTTPTrans.THTTPReqResp.ProxyByPass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ProxyByPass: string read FProxyByPass write FProxyByPass;

C++

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

Properties

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

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 client application can make a direct connection. When the URL property addresses a server in this list, THTTPReqResp makes a direct connection even if the Proxy property is specified.

Note: ProxyByPass is only used on Windows, when the connection is formed using WinInet. On Linux, where the connection is formed using Indy, this property has no effect.

Note: When using WinInet, if ProxyByPass is an empty string, THTTPReqResp checks the registry for any locally known servers and bypasses the proxy server if URL refers to a registered local server.

See Also