RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.ProxyByPass Property

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

Pascal
property ProxyByPass: string;
C++
__property AnsiString ProxyByPass;

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.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!