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
Public method MultipartFileData Initializes a new instance of the MultipartFileData class.

Top

Properties

  Name Description
Public property Headers Gets or sets the headers of the multipart file data.
Public property LocalFileName Gets or sets the name of the local file for the multipart file data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Net.Http Namespace