'Declaration Public Property HttpsProxy As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.HttpsProxy = value value = instance.HttpsProxy
public string HttpsProxy {get; set;}
'Declaration Public Property HttpsProxy As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.HttpsProxy = value value = instance.HttpsProxy
public string HttpsProxy {get; set;}
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
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 |