HttpParameterCollection ToNameValueCollection Method Nemiro.OAuth
Copies elements of the HttpParameterCollection to a new NameValueCollection instance.

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

public NameValueCollection ToNameValueCollection(
	bool onlyUrlParameters = false
)

Parameters

onlyUrlParameters (Optional)
Type: System Boolean
The true value included into the results only the HttpUrlParameter parameters. The default value is false - all parameters.

Return Value

Type: NameValueCollection
See Also