CoreWebView2HttpHeadersCollectionIterator.HasCurrentHeader Property

Definition

true when the iterator has not run out of headers.

public bool HasCurrentHeader { get; }
member this.HasCurrentHeader : bool
Public ReadOnly Property HasCurrentHeader As Boolean

Property Value

Remarks

If the collection over which the iterator is iterating is empty or if the iterator has gone past the end of the collection then this is false.

Applies to