HttpClient.GetUrlPartial
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 GetUrlPartial(string url, int size)
Parameters
url
size
