







The HttpFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpFile |
Creates a container for a posted file
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. |
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ContentType |
The type of file
|
![]() | Filename |
The full file path
|
![]() | Name |
The name/id of the file
|