An NDoc Documented Class Library

HttpMethod Enumeration

The HTTP method to use

public enum HttpMethod

Members

Member Name Description
GET Use HTTP GET. Any parameters are appended to the URL
POST Use HTTP POST. Parameters are posted.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Http

Assembly: edtFTPnetCF (in edtFTPnetCF.dll)

See Also

EnterpriseDT.Net.Ftp.Http Namespace