Class TextStreamHandler
- Namespace
- Glitch9.IO.Networking.RESTApi
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)