FileMultipartSection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a file multipart section
public ref class FileMultipartSection
public class FileMultipartSection
type FileMultipartSection = class
Public Class FileMultipartSection
- Inheritance
-
FileMultipartSection
Constructors
FileMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
Creates a new instance of the FileMultipartSection class |
FileMultipartSection(MultipartSection) |
Creates a new instance of the FileMultipartSection class |
Properties
FileName |
Gets the name of the file from the section |
FileStream |
Gets the file stream from the section body |
Name |
Gets the name of the section |
Section |
Gets the original section from which this object was created |