This value is no longer used.
Syntax
'Declaration
Public Property HttpProxyPassword As String
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As String
instance.HttpProxyPassword = value
value = instance.HttpProxyPassword
public string HttpProxyPassword {get; set;}
public:
property String^ HttpProxyPassword {
String^ get();
void set ( String^ value);
}
Requirements
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 |
See Also