HttpRequestBody ClassNemiro.OAuth
Implements a request body.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpParameter
    Nemiro.OAuth HttpRequestBody

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

public class HttpRequestBody : HttpParameter

The HttpRequestBody type exposes the following members.

Constructors

  NameDescription
Public methodHttpRequestBody( Byte )
Initializes a new instance of the HttpRequestBody class with a specified value.
Public methodHttpRequestBody(Stream)
Initializes a new instance of the HttpRequestBody class with a specified value.
Public methodHttpRequestBody(String)
Initializes a new instance of the HttpRequestBody 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 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