KestrunResponse constructor

Initializes a new instance of the KestrunResponse class.

public KestrunResponse(KestrunContext krContext, int bodyAsyncThreshold = 8192)
parameter description
krContext The associated KestrunContext for this response.
bodyAsyncThreshold The threshold in bytes for using async body write operations. Defaults to 8192.

See Also