C# Class Odachi.AspNetCore.Authentication.Basic.BasicExceptionContext

Context object used to control flow of basic authentication.
Inheritance: Microsoft.AspNetCore.Authentication.BaseControlContext
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
BasicExceptionContext ( HttpContext context, BasicOptions options, Exception exception ) : Microsoft.AspNetCore.Authentication

Creates a new instance of the context object.

Method Details

BasicExceptionContext() public method

Creates a new instance of the context object.
public BasicExceptionContext ( HttpContext context, BasicOptions options, Exception exception ) : Microsoft.AspNetCore.Authentication
context HttpContext The HTTP request context
options BasicOptions The middleware options
exception System.Exception The exception thrown.
return Microsoft.AspNetCore.Authentication