HttpClient.DownloadBytes

Retrieves URL into an Byte Array.

public Byte[] DownloadBytes(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-2016 • Updated: 12/12/15
Comment or report problem with topic