Inheritance
System.Object
BlobStorageHttpService
Namespace:InfinniPlatform.BlobStorage
Assembly:InfinniPlatform.BlobStorage.HttpService.dll
public class BlobStorageHttpService : object, IHttpService
GET /blob/{id}
Constructors
|
Improve this Doc
View Source
Declaration
public BlobStorageHttpService(IBlobStorage blobStorage, IPerformanceLogger<BlobStorageHttpService> perfLogger, ILogger<BlobStorageHttpService> logger)
Parameters
GET /blob/{id}
Fields
|
Improve this Doc
View Source
Declaration
public const string DefaultServicePath = null
Field Value
Type |
Description |
System.String |
|
GET /blob/{id}
Methods
|
Improve this Doc
View Source
GetFileContentAsync(IHttpRequest)
Declaration
protected virtual Task<object> GetFileContentAsync(IHttpRequest request)
Parameters
Returns
Type |
Description |
Task<System.Object> |
|
Examples
GET /blob/{id}
|
Improve this Doc
View Source
Declaration
public virtual void Load(IHttpServiceBuilder builder)
Parameters
GET /blob/{id}
Extension Methods