Język

HttpRequestOptionsKey<TValue>(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie HttpRequestOptionsKey<TValue> klasy przy użyciu określonej nazwy klucza.

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)

Parametry

key
String

Nazwa opcji żądania HTTP.

Dotyczy