HttpFile Members

HttpServer.dll

The HttpFile type exposes the following members.

Constructors

  NameDescription
HttpFile
Creates a container for a posted file

Methods

  NameDescription
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor disposing the file
(Overrides Object..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ContentType
The type of file
Filename
The full file path
Name
The name/id of the file

See Also