FormDataSet
Bundles information stored in HTML forms.
Gets the chosen boundary.
public FormDataSet()
Applies the multipart/form-data algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#multipart/form-data-encoding-algorithm
Applies the plain encoding algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#text/plain-encoding-algorithm
Applies the urlencoded algorithm.
http://www.w3.org/html/wg/drafts/html/master/forms.html#application/x-www-form-urlencoded-encoding-algorithm
Gets an enumerator over all entry names.