Share via


HttpConnectionOptionHeaderValueCollection.First Method

Definition

Retrieves an iterator to the first HttpConnectionOptionHeaderValue item in the collection.

public:
 virtual IIterator<HttpConnectionOptionHeaderValue ^> ^ First() = IIterable<HttpConnectionOptionHeaderValue ^>::First;
IIterator<HttpConnectionOptionHeaderValue> First();
public IIterator<HttpConnectionOptionHeaderValue> First();
function first()
Public Function First () As IIterator(Of HttpConnectionOptionHeaderValue)

Returns

An object that can be used to enumerate the HttpConnectionOptionHeaderValue items in the collection. The iterator points to the first HttpConnectionOptionHeaderValue item in the HttpConnectionOptionHeaderValueCollection.

Implements

Applies to