Hybrid Bridge
|
Representing a query string key, value pair More...
Public Member Functions | |
HttpValue (string key, string value) | |
Creates a new instance of this class More... | |
Properties | |
string | Key [get, set] |
The query string key More... | |
string | Value [get, set] |
The query string value More... | |
Representing a query string key, value pair
Definition at line 6 of file HttpValue.cs.
HybridBridge.HttpTools.HttpValue.HttpValue | ( | string | key, |
string | value | ||
) |
Creates a new instance of this class
key | The query string key |
value | The query string value |
Definition at line 13 of file HttpValue.cs.
|
getset |
The query string key
Definition at line 22 of file HttpValue.cs.
|
getset |
The query string value
Definition at line 27 of file HttpValue.cs.