Click or drag to resize
SessionTimersNetTimestampsAddRead Method
Log a Read's size and timestamp

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void AddRead(
	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