HttpClient.DownloadBytesAsync

Retrieves URL into an Byte Array.

public Task<Byte[]> DownloadBytesAsync(string url,
	long bufferSize)

Parameters

url
Url to read

bufferSize
Size of the buffer for each read. 0 = 8192

Remarks

Fires the ReceiveData Event


See also:

Class HttpClient

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic