C# 클래스 SimCaptcha.AspNetCore.SimCaptchaMiddleware

파일 보기 프로젝트 열기: yiyungent/SimCaptcha

보호된 프로퍼티들

프로퍼티 타입 설명
_accessor IHttpContextAccessor
_jsonHelper IJsonHelper
_next RequestDelegate
_options SimCaptchaOptions
_service SimCaptchaService

공개 메소드들

메소드 설명
InvokeAsync ( HttpContext context ) : Task
SimCaptchaMiddleware ( RequestDelegate next, IOptions optionsAccessor, ICache cache, IHttpContextAccessor accessor, IVCodeImage vCodeImage, IJsonHelper jsonHelper, ILogHelper logHelper ) : Microsoft.AspNetCore.Http

메소드 상세

InvokeAsync() 공개 추상적인 메소드

public abstract InvokeAsync ( HttpContext context ) : Task
context HttpContext
리턴 Task

SimCaptchaMiddleware() 공개 메소드

public SimCaptchaMiddleware ( RequestDelegate next, IOptions optionsAccessor, ICache cache, IHttpContextAccessor accessor, IVCodeImage vCodeImage, IJsonHelper jsonHelper, ILogHelper logHelper ) : Microsoft.AspNetCore.Http
next RequestDelegate
optionsAccessor IOptions
cache ICache
accessor IHttpContextAccessor
vCodeImage IVCodeImage
jsonHelper IJsonHelper
logHelper ILogHelper
리턴 Microsoft.AspNetCore.Http

프로퍼티 상세

_accessor 보호되어 있는 프로퍼티

protected IHttpContextAccessor _accessor
리턴 IHttpContextAccessor

_jsonHelper 보호되어 있는 프로퍼티

protected IJsonHelper _jsonHelper
리턴 IJsonHelper

_next 보호되어 있는 프로퍼티

protected RequestDelegate _next
리턴 RequestDelegate

_options 보호되어 있는 프로퍼티

protected SimCaptchaOptions _options
리턴 SimCaptchaOptions

_service 보호되어 있는 프로퍼티

protected SimCaptchaService _service
리턴 SimCaptchaService