IWebUnityFactoryDependenciesHttpContextAccessor - свойство
Provides access to the current
HttpContext, if one is available.
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
IHttpContextAccessor HttpContextAccessor { get; }
ReadOnly Property HttpContextAccessor As IHttpContextAccessor
Get
property IHttpContextAccessor^ HttpContextAccessor {
IHttpContextAccessor^ get ();
}
abstract HttpContextAccessor : IHttpContextAccessor with get
Значение свойства
IHttpContextAccessor
This interface should be used with caution. It relies on
AsyncLocalT which can have a negative performance impact on async calls.
It also creates a dependency on "ambient state" which can make testing more difficult.