![]() | ParameterList Class |
Namespace: Limilabs.Client.Authentication
The ParameterList type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParameterList | Initializes a new instance of the ParameterList class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of parameters in this collection.
|
![]() | Item |
Gets parameter by name.
|
Name | Description | |
---|---|---|
![]() | Add(QueryParameter) |
Adds specified query parameter to this collection.
|
![]() | Add(String, String) |
Adds new query parameter with specified name and value to this collection.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Gets value of the parameter by name.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse |
Parses specified query string and creates parameter collection.
|
![]() | Remove |
Removes all parameters with specified name.
|
![]() | Render |
Renders parameter list to string in url format ("name=value&name2=value2").
Values are always encoded and never quoted.
|
![]() | RenderAsHeader |
Renders parameter list to string in http header format ("name=value,name2=value2").
|
![]() | SortByName |
Sorts parameters by name.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |