Version: 5.6
public static byte[] SerializeFormSections (List<IMultipartFormSection> multipartFormSections, byte[] boundary);

パラメーター

multipartFormSections IMultipartFormSection オブジェクトのリスト
boundary フォームセクションを分離する一意のバウンダリーストリング

戻り値

byte[] RAW マルチパートフォームデータのバイト配列

説明

IMultipartFormSection オブジェクトのリストを RAW マルチパートフォームデータを含むバイト配列に変換します。

関連項目: GenerateBoundary.