Mime |
protected virtual Task OnMultipartBeginAsync( ContentType contentType, long beginOffset, int beginLineNumber, CancellationToken cancellationToken )
Called when the beginning of a multipart is encountered in the stream.
This method is always paired with a corresponding call to OnMultipartEndAsync(ContentType, Int64, Int32, Int64, Int64, Int32, CancellationToken) when the end of the multipart is found.