TessaClientMiddleware - конструктор |
Пространство имён:
Tessa.Web.Client.Middleware
Сборка:
Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.5.0.19
Синтаксис public TessaClientMiddleware(
RequestDelegate next,
IWebPathParser webPathParser,
IContainerProvider containerProvider,
IOptions options,
void environment,
WebOptions pathParser,
IHostEnvironment responseExecutor,
IClientPathParser redirectionManager
)
Public Sub New (
next As RequestDelegate,
webPathParser As IWebPathParser,
containerProvider As IContainerProvider,
options As IOptions,
environment As Void,
pathParser As WebOptions,
responseExecutor As IHostEnvironment,
redirectionManager As IClientPathParser
)
public:
TessaClientMiddleware(
RequestDelegate^ next,
IWebPathParser^ webPathParser,
IContainerProvider^ containerProvider,
IOptions^ options,
void environment,
WebOptions^ pathParser,
IHostEnvironment^ responseExecutor,
IClientPathParser^ redirectionManager
)
new :
next : RequestDelegate *
webPathParser : IWebPathParser *
containerProvider : IContainerProvider *
options : IOptions *
environment : unit *
pathParser : WebOptions *
responseExecutor : IHostEnvironment *
redirectionManager : IClientPathParser -> TessaClientMiddleware
Параметры
- next
- Тип: Microsoft.AspNetCore.HttpRequestDelegate
- webPathParser
- Тип: Tessa.Web.ServicesIWebPathParser
- containerProvider
- Тип: Tessa.Web.ServicesIContainerProvider
- options
- Тип: Microsoft.Extensions.OptionsIOptionsTOptions
- environment
- Тип: SystemVoid
- pathParser
- Тип: Tessa.Web.ServicesWebOptions
- responseExecutor
- Тип: Microsoft.Extensions.HostingIHostEnvironment
- redirectionManager
- Тип: Tessa.Web.Client.ServicesIClientPathParser
См. также