MessageHandlerNext Method
Invokes the next MessageHandler in chain of handlers, if any.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
protected void Next(
	INetworkOperationContext context
)

Parameters

context
Type: Aspose.Html.NetINetworkOperationContext
The context.
See Also