HeaderCollection.Get

Get(int)

Gets the value at the specified index.

public virtual string Get(int index)
ParameterTypeDescription
indexInt32An integer that represents the position of the element to get.

Return Value

The value at the specified position in current collection.

See Also


Get(string)

Gets the header value by a given header name.

public string Get(string name)
ParameterTypeDescription
nameStringThe haeader name.

Return Value

The header value.

See Also