ClientSessionAuthorizationMiddleware - конструктор

Инициализирует новый экземпляр класса ClientSessionAuthorizationMiddleware

Definition

Пространство имён: Tessa.Web.Client.Middleware
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
C#
public ClientSessionAuthorizationMiddleware(
	RequestDelegate next,
	IClientPathParser pathParser,
	IClientResponseExecutor responseExecutor,
	IClientRedirectionManager redirectionManager,
	IOptions<WebOptions> webOptions,
	IWebContextAccessor? webContextAccessor = null
)

Параметры

next  RequestDelegate
 
pathParser  IClientPathParser
 
responseExecutor  IClientResponseExecutor
 
redirectionManager  IClientRedirectionManager
 
webOptions  IOptionsWebOptions
 
webContextAccessor  IWebContextAccessor  (Optional)
 

См. также