Table of Contents

Property ConvertIAsyncEnumerableIntoEnumerable

Namespace: Sisk.Core.Http
Assembly: Sisk.Core.dll

ConvertIAsyncEnumerableIntoEnumerable

Gets or sets whether the HTTP server should convert IAsyncEnumerable<T> object responses into an blocking IEnumerable<T>.

public bool ConvertIAsyncEnumerableIntoEnumerable { get; set; }

Property Value

bool