The HttpFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ContentType |
Gets or sets Content-Type of the file.
|
![]() | FileName |
Gets or sets the filename.
|
![]() | Name |
Gets or sets parameter name.
(Inherited from HttpParameter.) |
![]() | ParameterType |
Gets or sets type of the parameter.
(Inherited from HttpParameter.) |
![]() | Value |
Gets or sets parameter value.
(Inherited from HttpParameter.) |
See Also