예제 #1
0
 public MultipartHelper()
 {
     this.boundary = MultipartHelper.GetBoundary();
 }
예제 #2
0
 public FilesCollection()
 {
     this.files    = new List <FilePart>();
     this.Boundary = MultipartHelper.GetBoundary();
 }