HttpClient.GetUrlFile
Writes the output from the URL request to a file firing events.
public bool GetUrlFile(string Url, long BufferSize, string OutputFile)
Parameters
Url
Url to fire
BufferSize
Buffersize - how often to fire events
OutputFile
File to write response to
