KestrunResponse.BodyAsyncThreshold property

If the response body is larger than this threshold (in bytes), async write will be used.

public int BodyAsyncThreshold { get; set; }

See Also