Headers.Item[String] Property

Definition

Gets the value of a particular header.

public virtual string this[string headerName] { get; set; }
member this.Item(string) : string with get, set
Default Public Overridable Property Item(headerName As String) As String

Parameters

headerName
String

Header name to look for.

Property Value

The header value.

Applies to