HeaderCollection.Item

HeaderCollection indexer (1 of 2)

Gets a value from collection by the name.

public string this[string name] { get; set; }
ParameterDescription
nameThe name (key) in collection for an item.

Return Value

Returns specified item

See Also


HeaderCollection indexer (2 of 2)

Gets a value from collection by the index.

public string this[int index] { get; }
ParameterDescription
indexThe index in collection for an item.

Return Value

Returns specified item

See Also