System::Net::WebRequestMethods::Http class

Http class

Represents the string constants of HTTP.

class Http

Methods

MethodDescription
Http()The deleted default constructor.

Fields

FieldDescription
static ConnectThe string representation of the ‘CONNECT’ method of HTTP.
static GetThe string representation of the ‘GET’ method of HTTP.
static HeadThe string representation of the ‘HEAD’ method of HTTP.
static MkColThe string representation of the ‘MKCOL’ method of HTTP.
static PostThe string representation of the ‘POST’ method of HTTP.
static PutThe string representation of the ‘PUT’ method of HTTP.

See Also