HttpRequestWrapper.HttpMethod 属性

定义

获取客户端使用的 HTTP 数据传输方法(例如 GETPOSTHEAD)。

public:
 virtual property System::String ^ HttpMethod { System::String ^ get(); };
public override string HttpMethod { get; }
member this.HttpMethod : string
Public Overrides ReadOnly Property HttpMethod As String

属性值

客户端使用的 HTTP 数据传输方法。

适用于