TokenizerMiddleware public sealed delegate TokenizerMiddleware : MulticastDelegate Represents the callback that is invoked when a token is consumed. Documentation Code public TokenizerMiddleware(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(ref StructHtmlToken token, TokenConsumer next, AsyncCallback callback, object object) public virtual TokenConsumptionResult EndInvoke(ref StructHtmlToken token, IAsyncResult result) public virtual TokenConsumptionResult Invoke(ref StructHtmlToken token, TokenConsumer next)