|  | Experimental | 
 Syntax
Syntaxprotected override void OnMessagePartEnd( ContentType contentType, long beginOffset, int beginLineNumber, long headersEndOffset, long endOffset, int lines, CancellationToken cancellationToken )
 Remarks
RemarksCalled when the end of a message part is encountered in the stream.
This method is always paired with a corresponding call to OnMessagePartBegin(ContentType, Int64, Int32, CancellationToken).
 See Also
See Also