Interface IHttpServiceSource
Источник модулей регистрации обработчиков запросов сервиса.
Namespace:InfinniPlatform.Http
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public interface IHttpServiceSource
Methods
| Improve this Doc View SourceGetServices()
Возвращает список модулей регистрации обработчиков запросов сервиса.
Declaration
IEnumerable<IHttpService> GetServices()
Returns
Type | Description |
---|---|
IEnumerable<IHttpService> |