HttpResponseHeaderCollection.First Method

Definition

Retrieves an iterator to the first item in the HttpResponseHeaderCollection.

public:
 virtual IIterator<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, winrt::hstring const&>> First();
public IIterator<KeyValuePair<string,string>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, String))

Returns

IIterator<IKeyValuePair<String,String>>

IIterator<KeyValuePair<String,String>>

IIterator<IKeyValuePair<Platform::String,Platform::String>>

IIterator<IKeyValuePair<winrt::hstring,winrt::hstring>>

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

Implements

Applies to