Для изменения размера нажмите или перетащите

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

Инициализирует новый экземпляр класса 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
)

Параметры

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
См. также