'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;}
'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;}
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
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |