HttpMethod
Represents the usable methods for transmitting HTTP forms.
Connect = 7
The CONNECT method.
Delete = 3
The DELETE method.
Get = 0
The GET method.
Head = 5
The HEAD method.
Options = 4
The OPTIONS method.
Post = 1
The POST method.
Put = 2
The PUT method.
Trace = 6
The TRACE method.