HandleRequestContext<TOptions>
HandleRequestContext<TOptions>
HandleRequestContext<TOptions>
Class
Definition
public class HandleRequestContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type HandleRequestContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public Class HandleRequestContext(Of TOptions)
Inherits BaseContext(Of TOptions)
Type Parameters
- TOptions
- Inheritance
-
HandleRequestContext<TOptions>HandleRequestContext<TOptions>HandleRequestContext<TOptions>
- Derived
Constructors
Properties
HttpContext HttpContext HttpContext |
The context. (Inherited from BaseContext<TOptions>) |
Options Options Options |
Gets the authentication options associated with the scheme. (Inherited from BaseContext<TOptions>) |
Request Request Request |
The request. (Inherited from BaseContext<TOptions>) |
Response Response Response |
The response. (Inherited from BaseContext<TOptions>) |
Result Result Result |
The HandleRequestResult which is used by the handler. |
Scheme Scheme Scheme |
The authentication scheme. (Inherited from BaseContext<TOptions>) |
Methods
HandleResponse() HandleResponse() HandleResponse() |
Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. |
SkipHandler() SkipHandler() SkipHandler() |
Discontinue processing the request in the current handler. |