MultipartFileData Class
Represents a multipart file data.
Inheritance Hierarchy
System.Object
System.Net.Http.MultipartFileData
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Class MultipartFileData
'Usage
Dim instance As MultipartFileData
public class MultipartFileData
public ref class MultipartFileData
type MultipartFileData = class end
public class MultipartFileData
The MultipartFileData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MultipartFileData | Initializes a new instance of the MultipartFileData class. |
Top
Properties
Name | Description | |
---|---|---|
Headers | Gets or sets the headers of the multipart file data. | |
LocalFileName | Gets or sets the name of the local file for the multipart file data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.