Inserts an element into the instance of the HttpParameterCollection at the specified index.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index at which item should be inserted.
- item
- Type: Nemiro.OAuth HttpParameter
The HttpParameter to insert.
See Also