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

In This Topic
    Data Property (Content)
    In This Topic

    Returns a byte array containing the raw content that was downloaded from the server or read from the browser cache.

    If you need to access textual content use the Text property instead as it automatically converts from the original text encoding into unicode characters.

    Syntax
    'Declaration
     
    Public ReadOnly Property Data As Array
    public Array Data {get;}
    Remarks

    For textual content the Encoding property indicates the format of the data returned by this property, e.g. ASCII, UTF8, etc.

    Requirements
     
    See Also