HttpFile ClassNemiro.OAuth
Implements a file to transfer in a HTTP request.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpParameter
    Nemiro.OAuth HttpFile

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

public class HttpFile : HttpParameter

The HttpFile type exposes the following members.

Constructors

  NameDescription
Public methodHttpFile(String, HttpPostedFile)
Initializes a new instance of the HttpFile class.
Public methodHttpFile(String, String, HttpParameterValue)
Initializes a new instance of the HttpFile class.
Public methodHttpFile(String, String, String, HttpParameterValue)
Initializes a new instance of the HttpFile 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.
(Inherited from HttpParameter.)
Top
Properties

  NameDescription
Public propertyContentType
Gets or sets Content-Type of the file.
Public propertyFileName
Gets or sets the filename.
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