WebMethod.Type
Définition
Spécifie une méthode HTTP.
Valeurs autorisées
Nom | Valeur | Description |
---|---|---|
WebMethod.Delete | « SUPPRIMER » | Spécifie la méthode DELETE pour HTTP. |
WebMethod.Get | « OBTERNIR » | Spécifie la méthode GET pour HTTP. |
WebMethod.Head | « HEAD » | Spécifie la méthode HEAD pour HTTP. |
WebMethod.Patch | « PATCH » | Spécifie la méthode PATCH pour HTTP. |
WebMethod.Post | « POST » | Spécifie la méthode POST pour HTTP. |
WebMethod.Put | « PUT » | Spécifie la méthode PUT pour HTTP. |
Notes
Ces champs fonctionnent uniquement dans le contexte des connecteurs personnalisés.