IDataServiceHost.RequestHttpMethod 属性

定义

获取 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 客户端库

适用于