Version: 2021.2
言語: 日本語
public static byte[] SerializeFormSections (List<IMultipartFormSection> multipartFormSections, byte[] boundary);

パラメーター

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

戻り値

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

説明

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

関連項目: GenerateBoundary.