Mono Class Library: System.Net.WebClient Overview | Members

System.Net.WebClient.ResponseHeaders Property

Gets a collection of header name/value pairs associated with the response. [Edit]

public WebHeaderCollection ResponseHeaders { get; }

Value

A System.Net.WebHeaderCollection containing header name/value pairs associated with the response. [Edit]

Remarks

This property is read-only.

The WebClient.ResponseHeaders property contains a System.Net.WebHeaderCollection instance containing header information the System.Net.WebClient receives from the Internet resource.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0