HeaderCollection.GetKey

HeaderCollection.GetKey method

Gets the key at the specified index of the collection.

public virtual string GetKey(int index)
ParameterTypeDescription
indexInt32The index of the key.

Return Value

The key at the specified index.

See Also