Interface IHttpServiceContext
Контекст выполнения запроса к сервису IHttpService.
Namespace:InfinniPlatform.Http
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public interface IHttpServiceContext
Properties
| Improve this Doc View SourceRequest
Запрос.
Declaration
IHttpRequest Request { get; }
Property Value
Type | Description |
---|---|
IHttpRequest |