KestrunContext constructor

Represents the context for a Kestrun request, including the request, response, HTTP context, and host.

public KestrunContext(KestrunRequest Request, KestrunResponse Response, HttpContext HttpContext)
parameter description
Request The Kestrun request.
Response The Kestrun response.
HttpContext The associated HTTP context.

See Also