Catalyst File Transfer .NET

FileTransfer.filePortHTTP Field

A constant value which specifies the default port number for the Hypertext Transfer protocol.

[Visual Basic]
Public Const filePortHTTP As Integer = 80
[C#]
public const int filePortHTTP = 80;

Remarks

The default port number for the Hypertext Transfer Protocol is 80.

See Also

FileTransfer Class | SocketTools Namespace