Catalyst File Transfer .NET

FileTransfer.HttpVersion Enumeration

Specifies the protocol versions supported by the FileTransfer class.

[Visual Basic]
Public Enum FileTransfer.HttpVersion
[C#]
public enum FileTransfer.HttpVersion

Remarks

The FileTransfer class uses the HttpVersion enumeration to specify the protocol version to be used when establishing a connection to the server.

Members

Member Name Description
version09 Version 0.9 of the protocol. This value specifies that the client should use the preliminary protocol version which only supports the use of the GET command. Header fields are not supported with this version of the protocol.
version10 Version 1.0 of the protocol.
version11 Version 1.1 of the protocol.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FileTransfer (in SocketTools.FileTransfer.dll)

See Also

SocketTools Namespace