HttpWebResponse.Headers Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the headers that are associated with this response from the server.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.WebHeaderCollectionA WebHeaderCollection that contains the header information returned with the response.
Show: