HttpMethod class

HttpMethod class

Represents utility class for retrieving and comparing standard HTTP methods.

The HttpMethod type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the HttpMethod class with a specific HTTP method.

Properties

PropertyDescription
getRepresents an HTTP GET protocol method.
putRepresents an HTTP PUT protocol method.
postRepresents an HTTP POST protocol method.
deleteRepresents an HTTP DELETE protocol method.

Methods

MethodDescription
equalsIndicates whether the current object is equal to another object of the same type.

See Also