HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Request Class / Data Property

In This Topic
    Data Property (Request)
    In This Topic

    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property Data As Array
    public Array Data {get;}
    Requirements
     
    See Also