Implements a file to transfer in a HTTP request.
Inheritance Hierarchy
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
The HttpFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpFile(String, HttpPostedFile) |
Initializes a new instance of the HttpFile class.
|
![]() | HttpFile(String, String, HttpParameterValue) |
Initializes a new instance of the HttpFile class.
|
![]() | HttpFile(String, String, String, HttpParameterValue) |
Initializes a new instance of the HttpFile class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current parameter.
(Inherited from HttpParameter.) |
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