Table of Contents

Class BinaryStreamHandler

public class BinaryStreamHandler : StreamHandler<byte[]>, IStreamHandler
Inheritance
BinaryStreamHandler
Implements
Inherited Members
Extension Methods

Constructors

BinaryStreamHandler(Action, Action<byte[]>, Action<string>, Action<float>, Action)

public BinaryStreamHandler(Action onStart = null, Action<byte[]> onStream = null, Action<string> onError = null, Action<float> onProgress = null, Action onDone = null)

Parameters

onStart Action
onStream Action<byte[]>
onError Action<string>
onProgress Action<float>
onDone Action