HttpRequestOptionsKey<TValue>(String) コンストラクター

定義

指定したキーの名前を使用して、HttpRequestOptionsKey<TValue> クラスの新しいインスタンスを初期化します。

public:
 HttpRequestOptionsKey(System::String ^ key);
public HttpRequestOptionsKey (string key);
new System.Net.Http.HttpRequestOptionsKey<'Value> : string -> System.Net.Http.HttpRequestOptionsKey<'Value>
Public Sub New (key As String)

パラメーター

key
String

HTTP 要求オプションの名前。

適用対象