次の方法で共有


FileMultipartSection クラス

定義

ファイル マルチパート セクションを表します

public ref class FileMultipartSection
public class FileMultipartSection
type FileMultipartSection = class
Public Class FileMultipartSection
継承
FileMultipartSection

コンストラクター

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

FileMultipartSection クラスの新しいインスタンスを作成します。

FileMultipartSection(MultipartSection)

FileMultipartSection クラスの新しいインスタンスを作成します。

プロパティ

FileName

セクションからファイルの名前を取得します

FileStream

セクション本文からファイル ストリームを取得します

Name

セクションの名前を取得します

Section

このオブジェクトの作成元の元のセクションを取得します

適用対象