コード例 #1
0
ファイル: HttpFileCollection.cs プロジェクト: Cocotus/NHttp
 internal void AddFile(string name, HttpPostedFile httpPostedFile)
 {
     BaseAdd(name, httpPostedFile);
 }
コード例 #2
0
 internal void AddFile(string name, HttpPostedFile httpPostedFile)
 {
     BaseAdd(name, httpPostedFile);
 }