Click or drag to resize
WebHeaderCollectionGetEnumerator Method
Returns an enumerator that can iterate through the System.Net.WebHeaderCollection instance

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An enumerator that can iterate through the System.Net.WebHeaderCollection instance
See Also