Removes the first occurrence of a specific parameter from the HttpParameterCollection.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- item
- Type: Nemiro.OAuth HttpParameter
The parameter to remove from the HttpParameterCollection.
Return Value
Type: Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the HttpParameterCollection.
See Also