הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Definition
Specifies an HTTP method.
Allowed values
| Name | Value | Description |
|---|---|---|
| WebMethod.Delete | "DELETE" | Specifies the DELETE method for HTTP. |
| WebMethod.Get | "GET" | Specifies the GET method for HTTP. |
| WebMethod.Head | "HEAD" | Specifies the HEAD method for HTTP. |
| WebMethod.Patch | "PATCH" | Specifies the PATCH method for HTTP. |
| WebMethod.Post | "POST" | Specifies the POST method for HTTP. |
| WebMethod.Put | "PUT" | Specifies the PUT method for HTTP. |
Remarks
These fields only work in the context of custom connectors.