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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : AllProxy Property
The proxy server used on HTTP and/or HTTPS requests when HttpProxy and/or HttpsProxy are not provided.
Syntax
'Declaration
 
Public Property AllProxy As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.AllProxy = value
 
value = instance.AllProxy
public string AllProxy {get; set;}
public:
property String^ AllProxy {
   String^ get();
   void set (    String^ value);
}
Remarks

The format of the string is [http://]hostname[:port], where the items in square brackets are optional. The hostname is required and may be a domain name or IP address. An IPv6 address must be enclosed in square brackets. If the port is omitted, port 80 will be used by default.

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