HttpMethod Class
HttpMethod class
Represents utility class for retrieving and comparing standard HTTP methods.
public class HttpMethod : IEquatable<HttpMethod>
Constructors
Name | Description |
---|
HttpMethod(String) | Initializes a new instance of the HttpMethod class with a specific HTTP method. |
Properties
Name | Description |
---|
static getDelete Represents an HTTP DELETE protocol method. | |
static getGet Represents an HTTP GET protocol method. | |
static getPost Represents an HTTP POST protocol method. | |
static getPut Represents an HTTP PUT protocol method. | |
Methods
See Also