Back to product page

Item property


Returns the header at the specified index.

Type

WebHeader object.

Syntax

  • C#
  • VB.NET
WebHeader Item {get; };

ReadOnly Property Item As WebHeader

Remarks

Returns reference to specific header from the collection. It can be used both for Request and Response objects.

After you get reference to the header, you can access its Name and Value properties, update them, etc..

Platforms

Windows