HttpParameterValue ClassNemiro.OAuth
Implements a value of the HTTP paramter.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpParameterValue

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

public class HttpParameterValue

The HttpParameterValue type exposes the following members.

Constructors

  NameDescription
Public methodHttpParameterValue 
Initializes a new instance of the HttpParameterValue class.
Public methodHttpParameterValue( Byte )
Initializes a new instance of the HttpParameterValue class with a specified value.
Public methodHttpParameterValue(Stream)
Initializes a new instance of the HttpParameterValue class with a specified value.
Public methodHttpParameterValue(Object)
Initializes a new instance of the HttpParameterValue class with a specified value.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToByteArray
Returns a byte array that represents the current value.
Public methodToEncodedString 
Returns an encoded string of the value.
Public methodToEncodedString(UrlEncodingType)
Returns an encoded string of the value.
Public methodToString
Returns a string that represents the current value.
(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic member (Byte to HttpParameterValue)
Implements the assignment operator for the Byte.
Public operatorStatic member ( Byte  to HttpParameterValue)
Implements the assignment operator for the array of the Byte.
Public operatorStatic member (DateTime to HttpParameterValue)
Implements the assignment operator for the DateTime.
Public operatorStatic member (Decimal to HttpParameterValue)
Implements the assignment operator for the Decimal.
Public operatorStatic member (Double to HttpParameterValue)
Implements the assignment operator for the Double.
Public operatorStatic member (Int16 to HttpParameterValue)
Implements the assignment operator for the Int16.
Public operatorStatic member (Int32 to HttpParameterValue)
Implements the assignment operator for the Int32.
Public operatorStatic member (Int64 to HttpParameterValue)
Implements the assignment operator for the Int64.
Public operatorStatic member (Stream to HttpParameterValue)
Implements the assignment operator for the Stream.
Public operatorStatic member (Single to HttpParameterValue)
Implements the assignment operator for the Single.
Public operatorStatic member (String to HttpParameterValue)
Implements the assignment operator for the String.
Public operatorStatic member (UInt16 to HttpParameterValue)
Implements the assignment operator for the UInt16.
Public operatorStatic member (UInt32 to HttpParameterValue)
Implements the assignment operator for the UInt32.
Public operatorStatic member (UInt64 to HttpParameterValue)
Implements the assignment operator for the UInt64.
Top
Properties

  NameDescription
Public propertyValue
Gets or sets value.
Top
See Also