HttpRequestOptionsKey<TValue>(String) Constructor

Definition

Initializes a new instance of the HttpRequestOptionsKey<TValue> class using the specified key name.

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)

Parameters

key
String

Name of the HTTP request option.

Applies to