CoreWebView2HttpHeadersCollectionIterator.Current Property

Definition

Gets the header in the CoreWebView2HttpRequestHeaders or CoreWebView2HttpResponseHeaders collection at the current position of the enumerator.

public System.Collections.Generic.KeyValuePair<string,string> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, string>
Public ReadOnly Property Current As KeyValuePair(Of String, String)

Property Value

Implements

Exceptions

Applies to