Table of Contents

Class TextStreamHandler

public class TextStreamHandler : StreamHandler<string>, ITextStreamHandler, IStreamHandler
Inheritance
TextStreamHandler
Implements
Derived
Inherited Members
Extension Methods

Constructors

TextStreamHandler(Action, Action<string>, Action<string>, Action<float>, Action)

public TextStreamHandler(Action onStart = null, Action<string> onStream = null, Action<string> onError = null, Action<float> onProgress = null, Action onDone = null)

Parameters

onStart Action
onStream Action<string>
onError Action<string>
onProgress Action<float>
onDone Action