Interface IHttpServiceContextProvider
Предоставляет доступ к контексту выполнения текущего запроса к сервису IHttpServiceContext.
Namespace:InfinniPlatform.Http
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public interface IHttpServiceContextProvider
Methods
| Improve this Doc View SourceGetContext()
Возвращает контекст выполнения текущего запроса.
Declaration
IHttpServiceContext GetContext()
Returns
Type | Description |
---|---|
IHttpServiceContext |