HttpFormParameter ClassNemiro.OAuth
Implements a form parameter.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpParameter
    Nemiro.OAuth HttpFormParameter

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

public class HttpFormParameter : HttpParameter

The HttpFormParameter type exposes the following members.

Constructors

  NameDescription
Public methodHttpFormParameter
Initializes a new instance of the HttpFormParameter class with a specified parameter name and 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 methodToString
Returns a string that represents the current parameter.
(Inherited from HttpParameter.)
Top
Properties

  NameDescription
Public propertyName
Gets or sets parameter name.
(Inherited from HttpParameter.)
Public propertyParameterType
Gets or sets type of the parameter.
(Inherited from HttpParameter.)
Public propertyValue
Gets or sets parameter value.
(Inherited from HttpParameter.)
Top
See Also