HttpWebResponseMessage.Headers Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a coleção de cabeçalhos de resposta.
public virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Headers { get; }
member this.Headers : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Overridable ReadOnly Property Headers As IEnumerable(Of KeyValuePair(Of String, String))