public Decode ( string contentType, Stream stream, |
||
contentType | string | Should contain boundary and type, as in: multipart/form-data; boundary=---------------------------230051238959 |
stream | Stream | Stream containg form data. |
encoding | Encoding used when decoding the stream | |
return |