RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebConnection.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 Web connection component can make a direct connection. When the Host property specifies 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 Host refers to a registered local server. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!