DictionaryNativeHttpRequestHeaders.Iterator Class
Definition
public class DictionaryNativeHttpRequestHeaders.Iterator
Constructors
| Name | Description |
|---|---|
| DictionaryNativeHttpRequestHeaders.Iterator | No summary available. |
DictionaryNativeHttpRequestHeaders.Iterator Constructor
public DictionaryNativeHttpRequestHeaders.Iterator(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> dictionary)
Parameters
dictionary System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
Methods
| Name | Description |
|---|---|
| GetCurrentHeader | No summary available. |
| GetHasCurrentHeader | No summary available. |
| MoveNext | No summary available. |
GetCurrentHeader Method
public void GetCurrentHeader(string& name, string& value)
Parameters
name string&
value string&
GetHasCurrentHeader Method
public bool GetHasCurrentHeader()
Returns
bool
MoveNext Method
public bool MoveNext()
Returns
bool