Hybrid Bridge
Public Member Functions | Properties | List of all members
HybridBridge.HttpTools.HttpValue Class Reference

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...
 

Detailed Description

Representing a query string key, value pair

Definition at line 6 of file HttpValue.cs.

Constructor & Destructor Documentation

HybridBridge.HttpTools.HttpValue.HttpValue ( string  key,
string  value 
)

Creates a new instance of this class

Parameters
keyThe query string key
valueThe query string value

Definition at line 13 of file HttpValue.cs.

Property Documentation

string HybridBridge.HttpTools.HttpValue.Key
getset

The query string key

Definition at line 22 of file HttpValue.cs.

string HybridBridge.HttpTools.HttpValue.Value
getset

The query string value

Definition at line 27 of file HttpValue.cs.


The documentation for this class was generated from the following file: