HttpWatch Automation Reference - Version 13.x
HttpWatch Namespace / Response Class / Chunks Property

In This Topic
    Chunks Property
    In This Topic
    Gets the number of chunks in the HTTP response.
    Syntax
    'Declaration
     
    Public ReadOnly Property Chunks As Integer
    public int Chunks {get;}
    Remarks
    The value of this property will be zero unless the server has set the Transfer-Encoding response header  to "chunked".
    Requirements
     
    See Also