ASP.NET Web API コントロール
FormFile コンストラクタ

C1.Web.Api アセンブリ > C1.Web.Api 名前空間 > FormFile クラス : FormFile コンストラクタ
ファイルストリーム
ファイル拡張子
FormFileを作成して、ストリームとファイル拡張子を指定します。
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   ByVal extension As System.String _
)
public FormFile( 
   System.IO.Stream stream,
   System.string extension
)

パラメータ

stream
ファイルストリーム
extension
ファイル拡張子
参照

FormFile クラス
FormFile メンバ