Datasnap.Win.SConnect.TWebConnection.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
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

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 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.

See Also