Implements a HTTP paramter.
Inheritance Hierarchy
Nemiro.OAuth HttpParameter
Nemiro.OAuth HttpFile
Nemiro.OAuth HttpFormParameter
Nemiro.OAuth HttpRequestBody
Nemiro.OAuth HttpUrlParameter
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The HttpParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpParameter |
Initializes a new instance of the HttpParameter class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current parameter.
(Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Gets or sets parameter name.
|
![]() | ParameterType |
Gets or sets type of the parameter.
|
![]() | Value |
Gets or sets parameter value.
|
See Also