Interface for reporting progress about an encoding or decoding.
Task HeaderProcessed()
Called when the header has been processed.
void DependencyTimestamp(DateTime Timestamp)
Reports a dependency timestamp.
Task EarlyHint(string Resource, string Relation, params KeyValuePair< string, string >[] AdditionalParameters)
Reports an early hint of a resource the recipient may need to process, in order to be able to process...
Task BodyProcessed()
Called when the body has been processed.