This documentation is archived and is not being maintained.

HttpPostedFileWrapper Members

Visual Studio 2008

Encapsulates the HTTP intrinsic object that provides access to individual files that have been uploaded by a client.

The HttpPostedFileWrapper type exposes the following members.

  NameDescription
Public method HttpPostedFileWrapper Initializes a new instance of the HttpPostedFileWrapper class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SaveAs Saves the contents of an uploaded file. (Overrides HttpPostedFileBase::SaveAs(String).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property ContentLength Gets the size of an uploaded file, in bytes. (Overrides HttpPostedFileBase::ContentLength.)
Public property ContentType Gets the MIME content type of an uploaded file. (Overrides HttpPostedFileBase::ContentType.)
Public property FileName Gets the fully qualified name of the file on the client. (Overrides HttpPostedFileBase::FileName.)
Public property InputStream Gets a Stream object that points to an uploaded file to prepare for reading the contents of the file. (Overrides HttpPostedFileBase::InputStream.)
Top
Show: