Enum HttpMethod
Definition
- Assembly:
- Tizen.WebView.dll
Enumeration for Http Method.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public enum HttpMethod
Fields
| Name | Description |
|---|---|
| Delete | Delete. |
| Get | Get. |
| Head | Head. |
| Post | Post. |
| Put | Put. |