HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / POSTParameter Class / Size Property

In This Topic
    Size Property (POSTParameter)
    In This Topic
    The total size of the POST parameter in bytes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Integer
    public int Size {get;}
    Remarks
    In some cases where IsSizeknown is false this value will not available, e.g. importing from a HAR file.
    Requirements
     
    See Also