DataServiceStreamResponse.Headers 속성
응답에서 헤더 컬렉션을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property Headers As Dictionary(Of String, String)
Get
‘사용 방법
Dim instance As DataServiceStreamResponse
Dim value As Dictionary(Of String, String)
value = instance.Headers
public Dictionary<string, string> Headers { get; }
public:
property Dictionary<String^, String^>^ Headers {
Dictionary<String^, String^>^ get ();
}
member Headers : Dictionary<string, string>
function get Headers () : Dictionary<String, String>
속성 값
유형: System.Collections.Generic.Dictionary<String, String>
Dictionary<TKey, TValue> 개체인 응답 메시지의 헤더 컬렉션입니다.
주의
응답은 응답의 각 헤더에 대한 키-값 문자열 쌍을 포함하는 Dictionary<TKey, TValue> 개체입니다.