HttpParameterType EnumerationNemiro.OAuth
The list of the types a HTTP parameters.

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

[FlagsAttribute]
public enum HttpParameterType
Members

  Member nameValueDescription
Unformed0 Unformed parameter.
Url1 Parameter of the query string.
Form2 Parameter of the form.
File4 File.
RequestBody8 Body of the request.
See Also