The HTTP method to use. This is so POST or GET can be used to
send parameters when the request is created.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public enum HttpMethod |
| Visual Basic |
|---|
Public Enumeration HttpMethod |
| Visual C++ |
|---|
public enum class HttpMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| GET | 1 | Use HTTP GET. Any parameters are appended to the URL | |
| POST | 2 | Use HTTP POST. Parameters are posted. |