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
- class KestrunResponse
- namespace Kestrun.Models
If the response body is larger than this threshold (in bytes), async write will be used.
public int BodyAsyncThreshold { get; set; }