Writes a stream to the file store and returns a new IFileHandle.

public abstract Task<IFileHandle> WriteStreamAsync(Stream stream, string fileName, string contentType)
Returns:
Task<IFileHandle>

Parameters

stream Stream

The stream to write to the file store.

fileName string
contentType string
In this article