WebViewWebRequestHeaders Class
Definition
public class WebViewWebRequestHeaders
Methods
| Name | Description |
|---|---|
| ContainsKey | No summary available. |
| GetEnumerator | No summary available. |
| TryGetValue | No summary available. |
| TryRemove | No summary available. |
| TrySet | No summary available. |
ContainsKey Method
public bool ContainsKey(string key)
Parameters
key string
Returns
bool
GetEnumerator Method
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>>
TryGetValue Method
public bool TryGetValue(string key, string& value)
Parameters
key string
value string&
Returns
bool
TryRemove Method
public bool TryRemove(string name)
Parameters
name string
Returns
bool
TrySet Method
public bool TrySet(string name, string value)
Parameters
name string
value string
Returns
bool
Properties
| Name | Description |
|---|---|
| Count | No summary available. |
| Item | No summary available. |
| Keys | No summary available. |
| Values | No summary available. |
Count Property
public int Count { get; set; }
Item Property
public string Item { get; set; }
Keys Property
public System.Collections.Generic.IEnumerable<string> Keys { get; set; }
Values Property
public System.Collections.Generic.IEnumerable<string> Values { get; set; }