Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 541 Bytes

HttpGetStringAsync.md

File metadata and controls

23 lines (15 loc) · 541 Bytes

IPublicAPI.HttpGetStringAsync method

Http download the specific url and return as string

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

Return Value

Task to get string result

See Also