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<String,String>

Dictionary<TKey,TValue> 개체인 응답 메시지의 헤더 컬렉션입니다.

설명

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

적용 대상