RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.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 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. 

 

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