Returns a byte array containing the raw request body that was sent to the web server, e.g. the form data submitted in a POST request.
If you need to access the request body as text use the Text property instead as it automatically converts into unicode characters.