Interface IHttpServiceWrapperFactory
Предоставляет интерфейс для создания типизированных декораторов для экземпляров IHttpService.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public interface IHttpServiceWrapperFactory
Methods
| Improve this Doc View SourceCreateServiceWrapper(String, IHttpService)
Создать типизированный декоратор для экземпляра IHttpService.
Declaration
IHttpService CreateServiceWrapper(string httpServiceWrapperTypeName, IHttpService httpService)
Parameters
Type | Name | Description |
---|---|---|
System.String | httpServiceWrapperTypeName | |
IHttpService | httpService |
Returns
Type | Description |
---|---|
IHttpService |