HttpParameterCollection Remove Method Nemiro.OAuth
Removes the first occurrence of a specific parameter from the HttpParameterCollection.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool Remove(
	HttpParameter item
)

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the HttpParameterCollection.
See Also