HttpClient.DownloadStringPartial

Returns a partial response from the URL by specifying only given number of bytes to retrieve. This can reduce network traffic and keep string formatting down if you are only interested a small port at the top of the page. Also returns full headers.

public string DownloadStringPartial(string url,
	int size)

Parameters

url

size


See also:

Class HttpClient

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic