WebHeaderCollectionGetEnumerator Method |
Returns an enumerator that can iterate through the System.Net.WebHeaderCollection instance
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public IEnumerator GetEnumerator()
Return Value
Type:
IEnumeratorAn enumerator that can iterate through the System.Net.WebHeaderCollection instance
See Also