Catalyst File Transfer .NET

FileTransfer.filePortHTTPS Field

A constant value which specifies the default port number for a secure HTTP connection using the SSL or TLS protocols.

[Visual Basic]
Public Const filePortHTTPS As Integer = 443
[C#]
public const int filePortHTTPS = 443;

Remarks

The default port number for a secure connection using SSL or TLS is 443.

See Also

FileTransfer Class | SocketTools Namespace