Content |
public static ContentDisposition Parse( ParserOptions options, byte[] buffer, int startIndex )
| Exception | Condition |
|---|---|
| ArgumentNullException | options is . -or- buffer is . |
| ArgumentOutOfRangeException | startIndex is out of range. |
| ParseException | The buffer could not be parsed. |