HttpParameter ClassNemiro.OAuth
Implements a HTTP paramter.
Inheritance Hierarchy

System Object
  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

public class HttpParameter

The HttpParameter type exposes the following members.

Constructors

  NameDescription
Protected methodHttpParameter
Initializes a new instance of the HttpParameter class.
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 methodToString
Returns a string that represents the current parameter.
(Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyName
Gets or sets parameter name.
Public propertyParameterType
Gets or sets type of the parameter.
Public propertyValue
Gets or sets parameter value.
Top
See Also