HttpMethod(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用特定 HTTP 方法,初始化 HttpMethod 類別的新執行個體。
public:
HttpMethod(System::String ^ method);
public HttpMethod (string method);
new System.Net.Http.HttpMethod : string -> System.Net.Http.HttpMethod
Public Sub New (method As String)
參數
- method
- String
HTTP 方法。
備註
如果應用程式需要與其中一個靜態屬性不同的 HTTP 方法值,建 HttpMethod 構函式會使用應用程式指定的 HTTP 方法,初始化 的新實例 HttpMethod 。