DataServiceStreamResponse.Headers Propriedade

Definição

Obtém a coleção de cabeçalhos da resposta.

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)

Valor da propriedade

A coleção de cabeçalhos da mensagem de resposta como um Dictionary<TKey,TValue> objeto .

Comentários

A resposta é um Dictionary<TKey,TValue> objeto que contém pares chave-valor de cadeias de caracteres para cada cabeçalho na resposta.

Aplica-se a