FileMultipartSection Class

Definition

Represents a file multipart section

public ref class FileMultipartSection
public class FileMultipartSection
type FileMultipartSection = class
Public Class FileMultipartSection
Inheritance
FileMultipartSection

Constructors

FileMultipartSection(MultipartSection)

Creates a new instance of the FileMultipartSection class

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

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

Applies to