WebHeaderCollection.Count Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of headers in the collection.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Int32An Int32 indicating the number of headers in the WebHeaderCollection associated with a request.
The Count property returns the number of headers (name/value pairs) in a WebHeaderCollection associated with a request.
Show: