Back to product page

Count property (HttpHeaders)


Returns total number of headers in the collection.

Type

An Integer value

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpHeaders.

Remarks

Count property will return total number of headers defined in the collection. It can be used both for Request and Response headers.

Platforms

Windows