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

A readonly collection of the query string key, value pairs More...

Inheritance diagram for HybridBridge.HttpTools.HttpValueCollection:

Public Member Functions

 HttpValueCollection (IList< HttpValue > list)
 Creates a new instances of this class and fills it with a collection of HttpValue instances More...
 
bool ContainsKey (string key)
 Goes through all query string pairs for the provided key More...
 
string[] GetValues (string key)
 Gets values of all query string pairs matching the provided key More...
 

Properties

string this[string key] [get]
 Gets the value of the first matching query string pair More...
 

Detailed Description

A readonly collection of the query string key, value pairs

Definition at line 11 of file HttpValueCollection.cs.

Constructor & Destructor Documentation

HybridBridge.HttpTools.HttpValueCollection.HttpValueCollection ( IList< HttpValue list)

Creates a new instances of this class and fills it with a collection of HttpValue instances

Parameters
listThe list of HttpValue instances

Definition at line 17 of file HttpValueCollection.cs.

Member Function Documentation

bool HybridBridge.HttpTools.HttpValueCollection.ContainsKey ( string  key)

Goes through all query string pairs for the provided key

Parameters
keyThe key to search for
Returns
if the provided key was in the list, otherwise

Definition at line 36 of file HttpValueCollection.cs.

string [] HybridBridge.HttpTools.HttpValueCollection.GetValues ( string  key)

Gets values of all query string pairs matching the provided key

Parameters
keyThe key to search for
Returns
An array of all values

Definition at line 46 of file HttpValueCollection.cs.

Property Documentation

string HybridBridge.HttpTools.HttpValueCollection.this[string key]
get

Gets the value of the first matching query string pair

Parameters
key

Definition at line 26 of file HttpValueCollection.cs.


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