edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

HttpMethod Enumeration

The HTTP method to use. This is so POST or GET can be used to send parameters when the request is created.

Definition

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public enum HttpMethod

Members

GET1 Use HTTP GET. Any parameters are appended to the URL
POST2 Use HTTP POST. Parameters are posted.

See Also