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

In This Topic
    Text Property (Request)
    In This Topic

    Returns a string value containing the unicode version of the request body that was sent to the web server, e.g. the JSON encoded parameters in a POST request.

    For access to non-textual content (e.g. image sent as request body) use the Data property instead.

     

    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}
    Remarks

    The string value returned is in unicode format and is automatically converted from UTF8 text in the request body.

    Requirements
     
    See Also