Send feedback on this topic.
Teradata.Client.Provider
ProxyBypassHosts Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : ProxyBypassHosts Property
A comma-separated list of hostnames that should be excluded from proxying.
Syntax
'Declaration
 
Public Property ProxyBypassHosts As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.ProxyBypassHosts = value
 
value = instance.ProxyBypassHosts
public string ProxyBypassHosts {get; set;}
public:
property String^ ProxyBypassHosts {
   String^ get();
   void set (    String^ value);
}
Remarks

A comma-separated list of hostnames that should be excluded from proxying. Asterisks are not supported for wildcards, except a single asterisk may be used to disable the proxy; use a leading dot in case you want to match a subdomain.

Examples: ProxyBypassHosts=.example.com (with leading dot) will match www.example.com, but will not match example.com. ProxyBypassHosts=example.com (without leading dot) will not match www.example.com. ProxyBypassHosts=* will exclude everything. This behavior might be revisited in the future.

Default Value: null

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members