CoreWebView2HttpHeadersCollectionIterator.MoveNext Method

Definition

Moves the iterator to the next HTTP header in the collection.

public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

false if there are no more HTTP headers.

Implements

Remarks

The hasNext parameter will be set to FALSE if there are no more HTTP headers. After this occurs the GetCurrentHeader method will fail if called.

Applies to