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.Http
Assembly: 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 nameValueDescription
GET1 Use HTTP GET. Any parameters are appended to the URL
POST2 Use HTTP POST. Parameters are posted.

See Also