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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : HttpsProxyUser Property
The username for TdConnectionStringBuilder.HttpsProxy authentication.
Syntax
'Declaration
 
Public Property HttpsProxyUser As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.HttpsProxyUser = value
 
value = instance.HttpsProxyUser
public string HttpsProxyUser {get; set;}
public:
property String^ HttpsProxyUser {
   String^ get();
   void set (    String^ value);
}
Remarks

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