TessaMiddlewareModifyResponseAsync - метод
Пространство имён: Tessa.Web.MiddlewareСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
protected virtual ValueTask<bool> ModifyResponseAsync(
HttpContext context,
ITessaWebScope scope
)
Protected Overridable Function ModifyResponseAsync (
context As HttpContext,
scope As ITessaWebScope
) As ValueTask(Of Boolean)
protected:
virtual ValueTask<bool> ModifyResponseAsync(
HttpContext^ context,
ITessaWebScope^ scope
)
abstract ModifyResponseAsync :
context : HttpContext *
scope : ITessaWebScope -> ValueTask<bool>
override ModifyResponseAsync :
context : HttpContext *
scope : ITessaWebScope -> ValueTask<bool>
- context HttpContext
-
- scope ITessaWebScope
-
ValueTaskBoolean