Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 541 Bytes

HttpGetStreamAsync.md

File metadata and controls

23 lines (15 loc) · 541 Bytes

IPublicAPI.HttpGetStreamAsync method

Http download the specific url and return as stream

public Task<Stream> HttpGetStreamAsync(string url, CancellationToken token = default)
parameter description
url URL to call Http Get
token Cancellation Token

Return Value

Task to get stream result

See Also