Implements a value of the HTTP paramter.
Inheritance Hierarchy
Nemiro.OAuth HttpParameterValue
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The HttpParameterValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpParameterValue |
Initializes a new instance of the HttpParameterValue class.
|
![]() | HttpParameterValue( Byte ) |
Initializes a new instance of the HttpParameterValue class with a specified value.
|
![]() | HttpParameterValue(Stream) |
Initializes a new instance of the HttpParameterValue class with a specified value.
|
![]() | HttpParameterValue(Object) |
Initializes a new instance of the HttpParameterValue class with a specified value.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToByteArray |
Returns a byte array that represents the current value.
|
![]() | ToEncodedString |
Returns an encoded string of the value.
|
![]() | ToEncodedString(UrlEncodingType) |
Returns an encoded string of the value.
|
![]() | ToString |
Returns a string that represents the current value.
(Overrides Object ToString .) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | (Byte to HttpParameterValue) |
Implements the assignment operator for the Byte.
|
![]() ![]() | ( Byte to HttpParameterValue) |
Implements the assignment operator for the array of the Byte.
|
![]() ![]() | (DateTime to HttpParameterValue) |
Implements the assignment operator for the DateTime.
|
![]() ![]() | (Decimal to HttpParameterValue) |
Implements the assignment operator for the Decimal.
|
![]() ![]() | (Double to HttpParameterValue) |
Implements the assignment operator for the Double.
|
![]() ![]() | (Int16 to HttpParameterValue) |
Implements the assignment operator for the Int16.
|
![]() ![]() | (Int32 to HttpParameterValue) |
Implements the assignment operator for the Int32.
|
![]() ![]() | (Int64 to HttpParameterValue) |
Implements the assignment operator for the Int64.
|
![]() ![]() | (Stream to HttpParameterValue) |
Implements the assignment operator for the Stream.
|
![]() ![]() | (Single to HttpParameterValue) |
Implements the assignment operator for the Single.
|
![]() ![]() | (String to HttpParameterValue) |
Implements the assignment operator for the String.
|
![]() ![]() | (UInt16 to HttpParameterValue) |
Implements the assignment operator for the UInt16.
|
![]() ![]() | (UInt32 to HttpParameterValue) |
Implements the assignment operator for the UInt32.
|
![]() ![]() | (UInt64 to HttpParameterValue) |
Implements the assignment operator for the UInt64.
|
Properties
Name | Description | |
---|---|---|
![]() | Value |
Gets or sets value.
|
See Also