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
Default | 0 | Default method. |
Delete | 5 | DELETE method. |
Get | 1 | GET method. |
Head | 2 | HEAD method. |
Merge | 8 | MERGE method. |
Options | 7 | OPTIONS method. |
Patch | 9 | PATCH method. |
Post | 3 | POST method. |
Put | 4 | PUT method. |
Trace | 6 | TRACE method. |