MultipartRemoteFileData Class
Represents a multipart file data for remote storage.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Inheritance Hierarchy
System.Object
System.Net.Http.MultipartRemoteFileData
Syntax
public class MultipartRemoteFileData
public ref class MultipartRemoteFileData
type MultipartRemoteFileData = class end
Public Class MultipartRemoteFileData
Constructors
Name | Description | |
---|---|---|
MultipartRemoteFileData(HttpContentHeaders, String, String) | Initializes a new instance of the MultipartRemoteFileData class. |
Properties
Name | Description | |
---|---|---|
FileName | Gets the remote file's name. |
|
Headers | Gets the headers of the multipart file data. |
|
Location | Gets the remote file's location. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Return to top