Initializes a new instance of the HttpParameter class.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- parameterType
- Type: Nemiro.OAuth HttpParameterType
The type of the parameter.
- name
- Type: System String
The name of the parameter.
- value
- Type: Nemiro.OAuth HttpParameterValue
The value of the parameter.
See Also