HttpRequestOptionsKey<TValue>(String) Konstruktor

Definition

Initialisiert eine neue Instanz der HttpRequestOptionsKey<TValue>-Klasse unter Verwendung des angegebenen Schlüsselnamens.

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)

Parameter

key
String

Name der HTTP-Anforderungsoption.

Gilt für: