Example #1
0
 /// <summary>
 /// Creates a new instance of the <see cref="FormMultipartSection"/> class
 /// </summary>
 /// <param name="section">The section from which to create the <see cref="FormMultipartSection"/></param>
 /// <remarks>Reparses the content disposition header</remarks>
 public FormMultipartSection(MultipartSection section)
     : this(section, section.GetContentDispositionHeader())
 {
 }