HttpCookieCollection.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an iterator to the first HttpCookie item in the HttpCookieCollection.
public:
virtual IIterator<HttpCookie ^> ^ First() = IIterable<HttpCookie ^>::First;
IIterator<HttpCookie> First();
public IIterator<HttpCookie> First();
function first()
Public Function First () As IIterator(Of HttpCookie)
Returns
An iterator to the first HttpCookie item in the HttpCookieCollection.