SessionTimersNetTimestampsAddRead Method |
Log a Read's size and timestamp
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void AddRead(
long tsRead,
int bytesRead
)
Public Sub AddRead (
tsRead As Long,
bytesRead As Integer
)
public:
void AddRead(
long long tsRead,
int bytesRead
)
Parameters
- tsRead
- Type: SystemInt64
Number of milliseconds since first calling .Read() - bytesRead
- Type: SystemInt32
Number of bytes returned in this read
See Also