HttpMethod(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用特定的 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 的新實例。