Specifies the protocol versions supported by the FileTransfer class.
The FileTransfer class uses the HttpVersion enumeration to specify the protocol version to be used when establishing a connection to the server.
| 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. |
Namespace: SocketTools
Assembly: SocketTools.FileTransfer (in SocketTools.FileTransfer.dll)