Whisperstream Research Group - CommLib Documentation

Http.GetUrlResponseBytes Method (String, CookieCollection)

Returns the response given by a selected url as an array of bytes

public byte[] GetUrlResponseBytes(
   string url,
   CookieCollection cookies
);

Parameters

url
the requested url
cookies
cookie collection object containing cookies to be set

Return Value

the byte array response or zero byte array if not response was given

See Also

Http Class | Whisperstream.CommLib.HttpLib Namespace | Http.GetUrlResponseBytes Overload List