ClientSessionAuthorizationMiddleware - конструктор
Пространство имён: Tessa.Web.Client.MiddlewareСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
public ClientSessionAuthorizationMiddleware(
RequestDelegate next,
IClientPathParser pathParser,
IClientResponseExecutor responseExecutor,
IClientRedirectionManager redirectionManager,
IOptions<WebOptions> webOptions,
IWebContextAccessor? webContextAccessor = null
)
Public Sub New (
next As RequestDelegate,
pathParser As IClientPathParser,
responseExecutor As IClientResponseExecutor,
redirectionManager As IClientRedirectionManager,
webOptions As IOptions(Of WebOptions),
Optional webContextAccessor As IWebContextAccessor = Nothing
)
public:
ClientSessionAuthorizationMiddleware(
RequestDelegate^ next,
IClientPathParser^ pathParser,
IClientResponseExecutor^ responseExecutor,
IClientRedirectionManager^ redirectionManager,
IOptions<WebOptions^>^ webOptions,
IWebContextAccessor^ webContextAccessor = nullptr
)
new :
next : RequestDelegate *
pathParser : IClientPathParser *
responseExecutor : IClientResponseExecutor *
redirectionManager : IClientRedirectionManager *
webOptions : IOptions<WebOptions> *
?webContextAccessor : IWebContextAccessor
(* Defaults:
let _webContextAccessor = defaultArg webContextAccessor null
*)
-> ClientSessionAuthorizationMiddleware
Параметры
- next RequestDelegate
-
- pathParser IClientPathParser
-
- responseExecutor IClientResponseExecutor
-
- redirectionManager IClientRedirectionManager
-
- webOptions IOptionsWebOptions
-
- webContextAccessor IWebContextAccessor (Optional)
-