WebClient.ResponseHeaders Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of header name/value pairs associated with the response.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.WebHeaderCollectionA WebHeaderCollection containing header name/value pairs associated with the response, or null if no response has been received.
The ResponseHeaders property contains a WebHeaderCollection instance containing header information the WebClient receives with the response.
Show: