HttpRequestMessage.Properties 속성

정의

주의

Use Options instead.

주의

HttpRequestMessage.Properties has been deprecated. Use Options instead.

HTTP 요청의 속성 집합을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
[System.Obsolete("Use Options instead.")]
public System.Collections.Generic.IDictionary<string,object?> Properties { get; }
[System.Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
public System.Collections.Generic.IDictionary<string,object?> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
[<System.Obsolete("Use Options instead.")>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
[<System.Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

속성 값

IDictionary<TKey,TValue>를 반환합니다.

특성

설명

이 속성은 스토리지를 속성과 공유합니다 Options . 둘 다 동시에 사용하면 예기치 않은 키 충돌이 발생할 수 있습니다.

적용 대상