WebRequestMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enums for web request method.
public enum class WebRequestMethod
public enum class WebRequestMethod
enum WebRequestMethod
public enum WebRequestMethod
type WebRequestMethod =
Public Enum WebRequestMethod
- Inheritance
-
WebRequestMethod
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default method. |
Get | 1 | GET method. |
Head | 2 | HEAD method. |
Post | 3 | POST method. |
Put | 4 | PUT method. |
Delete | 5 | DELETE method. |
Trace | 6 | TRACE method. |
Options | 7 | OPTIONS method. |
Merge | 8 | MERGE method. |
Patch | 9 | PATCH method. |