HttpRequestOptionsKey<TValue> 구조체

정의

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>

생성자

HttpRequestOptionsKey<TValue>(String)

지정한 키 이름을 사용하여 HttpRequestOptionsKey<TValue> 클래스의 새 인스턴스를 초기화합니다.

속성

Key

옵션의 이름을 가져옵니다.

적용 대상