Whisperstream Research Group - CommLib Documentation

Http.GetUrlResponseBytes Method (String)

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

public byte[] GetUrlResponseBytes(
   string url
);

Parameters

url
the requested url

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