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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : HttpsPortNumber Property
Specifies the HTTPS/TLS port number that the .NET Data Provider for Teradata uses to establish a TLS-encrypted connection to the Teradata Gateway.
Syntax
'Declaration
 
Public Property HttpsPortNumber As Integer
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Integer
 
instance.HttpsPortNumber = value
 
value = instance.HttpsPortNumber
public int HttpsPortNumber {get; set;}
public:
property int HttpsPortNumber {
   int get();
   void set (    int value);
}
Remarks

This feature is only available with Teradata SQL Engine 16.20.53.30 and above, and TLS must be enabled on the Gateway.

You must coordinate changes to this value with accompanying changes on the Gateway.

Default Value: 443

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members