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