Interface BlobStreamServiceInf
Blob stream service
Namespace: Com.Kendox.Dcis.SubSystem.Service.Services
Syntax
public interface BlobStreamServiceInf
Methods
Name | Description |
---|---|
DownloadStreamDirect(String, String) | Download temporary file as stream |
UploadStreamChunks(String, String, String, Stream) | Upload a file directly to the server via streaming with chunks. |
UploadStreamDirect(String, Stream) | Upload a file directly to the server via streaming. |