|  | Experimental | 
 Syntax
Syntaxprotected override void OnHeadersBegin( long beginOffset, int beginLineNumber, CancellationToken cancellationToken )
 Remarks
RemarksCalled when the beginning of a list of headers is encountered in the stream.
This method is always paired with a corresponding call to OnHeadersEnd(Int64, Int32, Int64, Int32, CancellationToken) when the end of the list of headers are found.
 See Also
See Also