HttpUrlParameter ClassNemiro.OAuth
Implements a parameter of url.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpParameter
    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 HttpUrlParameter : HttpParameter

The HttpUrlParameter type exposes the following members.

Constructors

  NameDescription
Public methodHttpUrlParameter
Initializes a new instance of the HttpUrlParameter 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