使用英语阅读

通过


WebMethod.Type

定义

指定 HTTP 方法。

允许的值

名称 说明
WebMethod.Delete "DELETE" 指定 HTTP 的 DELETE 方法。
WebMethod.Get "GET" 指定 HTTP 的 GET 方法。
WebMethod.Head "HEAD" 指定 HTTP 的 HEAD 方法。
WebMethod.Patch "PATCH" 指定 HTTP 的 PATCH 方法。
WebMethod.Post “POST” 指定 HTTP 的 POST 方法。
WebMethod.Put "PUT" 指定 HTTP 的 PUT 方法。

备注

这些字段仅在自定义连接器上下文中有效。

适用于