HttpMethod(String) コンストラクター

定義

指定した 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 メソッドに静的プロパティの 1 つと異なる値が必要な場合、コンストラクターは、 HttpMethod アプリが指定する HTTP メソッドを使用して の HttpMethod 新しいインスタンスを初期化します。

適用対象