Class DocumentHttpServiceSource
Источник сервисов по работе с документами.
Inheritance
System.Object
DocumentHttpServiceSource
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentHttpServiceSource : object, IHttpServiceSource
Constructors
| Improve this Doc View SourceDocumentHttpServiceSource(IDocumentHttpServiceFactory, IHttpServiceWrapperFactory, IEnumerable<IDocumentHttpServiceHandlerBase>)
Declaration
public DocumentHttpServiceSource(IDocumentHttpServiceFactory httpServiceFactory, IHttpServiceWrapperFactory httpServiceWrapperFactory, IEnumerable<IDocumentHttpServiceHandlerBase> httpServiceHandlers)
Parameters
Type | Name | Description |
---|---|---|
IDocumentHttpServiceFactory | httpServiceFactory | |
IHttpServiceWrapperFactory | httpServiceWrapperFactory | |
IEnumerable<IDocumentHttpServiceHandlerBase> | httpServiceHandlers |
Methods
| Improve this Doc View SourceGetServices()
Declaration
public IEnumerable<IHttpService> GetServices()
Returns
Type | Description |
---|---|
IEnumerable<IHttpService> |