Click or drag to resize
SessionCOMETPeek Method
Call this function while in the "reading response" state to update the responseBodyBytes array with the partially read response.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool COMETPeek()

Return Value

Type: Boolean
TRUE if the peek succeeded; FALSE if not in the ReadingResponse state
See Also