MultipartFormDataContent.Add

Add(Content)

コンテンツをMultipartFormDataContentclass

public override void Add(Content content)
パラメータタイプ説明
contentContentコンテンツ。

関連項目


Add(Content, string)

コンテンツをMultipartFormDataContentフィールド名が parameter のクラス

public void Add(Content content, string name)
パラメータタイプ説明
contentContentコンテンツ。
nameStringフィールド名。

関連項目


Add(Content, string, string)

コンテンツをMultipartFormDataContentフィールドとファイル名を持つクラス parameter

public void Add(Content content, string name, string fileName)
パラメータタイプ説明
contentContentコンテンツ。
nameStringフィールド名。
fileNameStringファイル名。

関連項目