Show / Hide Table of Contents

Class BlobStorageHttpService

Provides HTTP service to get data from IBlobStorage.

Inheritance
System.Object
BlobStorageHttpService
Namespace:InfinniPlatform.BlobStorage
Assembly:InfinniPlatform.BlobStorage.HttpService.dll
Syntax
public class BlobStorageHttpService : object, IHttpService
Examples
GET /blob/{id}

Constructors

| Improve this Doc View Source

BlobStorageHttpService(IBlobStorage, IPerformanceLogger<BlobStorageHttpService>, ILogger<BlobStorageHttpService>)

Declaration
public BlobStorageHttpService(IBlobStorage blobStorage, IPerformanceLogger<BlobStorageHttpService> perfLogger, ILogger<BlobStorageHttpService> logger)
Parameters
Type Name Description
IBlobStorage blobStorage
IPerformanceLogger<BlobStorageHttpService> perfLogger
ILogger<BlobStorageHttpService> logger
Examples
GET /blob/{id}

Fields

| Improve this Doc View Source

DefaultServicePath

Declaration
public const string DefaultServicePath = null
Field Value
Type Description
System.String
Examples
GET /blob/{id}

Methods

| Improve this Doc View Source

GetFileContentAsync(IHttpRequest)

Declaration
protected virtual Task<object> GetFileContentAsync(IHttpRequest request)
Parameters
Type Name Description
IHttpRequest request
Returns
Type Description
Task<System.Object>
Examples
GET /blob/{id}
| Improve this Doc View Source

Load(IHttpServiceBuilder)

Declaration
public virtual void Load(IHttpServiceBuilder builder)
Parameters
Type Name Description
IHttpServiceBuilder builder
Examples
GET /blob/{id}

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.