Property ConvertIAsyncEnumerableIntoEnumerable
ConvertIAsyncEnumerableIntoEnumerable
Gets or sets whether the HTTP server should convert IAsyncEnumerable<T> object responses into an blocking IEnumerable<T>.
public bool ConvertIAsyncEnumerableIntoEnumerable { get; set; }