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 请求选项的名称。

适用于