ShellUtils.HttpGetBytes

Retrieves a buffer of binary data from a URL using a plain HTTP Get.

public static Byte[] HttpGetBytes(string url,
	ref string errorMessage)

Return Value

response bytes or null on error

Parameters

url
Url to access

errorMessage
ref parm to receive an error message

Overloads:


See also:

Class ShellUtils

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