 | IDownloadResponseTResponseGetContentAsStreamAsync Method |
Asynchronously gets the content as a
Stream.
Namespace:
Dropbox.Api.Stone
Assembly:
Dropbox.Api (in Dropbox.Api.dll) Version: 5.0
SyntaxTask<Stream> GetContentAsStreamAsync()
Function GetContentAsStreamAsync As Task(Of Stream)
Task<Stream^>^ GetContentAsStreamAsync()
abstract GetContentAsStreamAsync : unit -> Task<Stream>
Return Value
Type:
TaskStreamThe downloaded content as a stream.
See Also