IDataServiceHost.RequestHttpMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 GET、PUT、POST 或 DELETE 的请求方法。
public:
property System::String ^ RequestHttpMethod { System::String ^ get(); };
public string RequestHttpMethod { get; }
member this.RequestHttpMethod : string
Public ReadOnly Property RequestHttpMethod As String
属性值
用于指示请求方法的字符串值。
注解
有关支持IDataServiceHost的属性及其用法的详细信息,请参阅 WCF Data Services 客户端库。