Headers.GetEnumerator Method

Definition

Enumerates all the HTTP headers names in the Headers.

public virtual System.Collections.Generic.IEnumerator<string> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
Public Iterator Overridable Function GetEnumerator () As IEnumerator(Of String)

Returns

An enumerator for all headers.

Applies to