CoreWebView2HttpHeadersCollectionIterator.HasCurrentHeader Property
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.
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
.