Table of Contents

Class StreamResponse<TChunk>

public class StreamResponse<TChunk> : Result<TChunk>, IResult where TChunk : class, IChunk, new()

Type Parameters

TChunk
Inheritance
Result<TChunk>
StreamResponse<TChunk>
Implements
Derived
Inherited Members
Extension Methods

Properties

IsDone

public bool IsDone { get; set; }

Property Value

bool