HttpMethod(String) 建構函式

定義

使用特定的 HTTP 方法,初始化 HttpMethod 類別的新實例。

public:
 HttpMethod(Platform::String ^ method);
 HttpMethod(winrt::hstring const& method);
public HttpMethod(string method);
function HttpMethod(method)
Public Sub New (method As String)

參數

method
String

Platform::String

winrt::hstring

HTTP 方法。

備註

如果應用程式需要與其中一個靜態屬性不同的 HTTP 方法值,HttpMethod 建構函式會使用呼叫端指定的 HTTP 方法,初始化 HttpMethod 的新實例。

適用於