HttpRequestOptionsKey<TValue> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 HTTP 请求的选项集合中的键。
generic <typename TValue>
public value class HttpRequestOptionsKey
public readonly struct HttpRequestOptionsKey<TValue>
type HttpRequestOptionsKey<'Value> = struct
Public Structure HttpRequestOptionsKey(Of TValue)
类型参数
- TValue
选项的值的类型。
- 继承
构造函数
HttpRequestOptionsKey<TValue>(String) |
使用指定的键名初始化 HttpRequestOptionsKey<TValue> 类的新实例。 |
属性
Key |
获取选项的名称。 |