HttpMethod class
HttpMethod class
Represents utility class for retrieving and comparing standard HTTP methods.
The HttpMethod type exposes the following members:
Constructors
| Constructor | Description |
|---|
| init | Initializes a new instance of the HttpMethod class with a specific HTTP method. |
Properties
| Property | Description |
|---|
| get | Represents an HTTP GET protocol method. |
| put | Represents an HTTP PUT protocol method. |
| post | Represents an HTTP POST protocol method. |
| delete | Represents an HTTP DELETE protocol method. |
Methods
| Method | Description |
|---|
| equals | Indicates whether the current object is equal to another object of the same type. |
See Also