DataServiceStreamResponse.Headers 속성

정의

응답에서 헤더 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Headers As Dictionary(Of String, String)

속성 값

응답 메시지의 헤더 컬렉션을 개체로 사용합니다 Dictionary<TKey,TValue> .

설명

응답은 Dictionary<TKey,TValue> 응답의 각 헤더에 대한 문자열의 키-값 쌍을 포함하는 개체입니다.

적용 대상