Sdílet prostřednictvím


HttpResponseMessageProperty.Headers Vlastnost

Definice

Získá hlavičky HTTP z odpovědi HTTP.

public:
 property System::Net::WebHeaderCollection ^ Headers { System::Net::WebHeaderCollection ^ get(); };
public System.Net.WebHeaderCollection Headers { get; }
member this.Headers : System.Net.WebHeaderCollection
Public ReadOnly Property Headers As WebHeaderCollection

Hodnota vlastnosti

Vrátí hodnotu WebHeaderCollection , která obsahuje hlavičky HTTP v odpovědi HTTP.

Příklady

Tady se dozvíte, jak získat hlavičky HTTP z odpovědi HTTP:

WebHeaderCollection whCollection =
responseProperty.Headers;

Platí pro