Click or drag to resize
SessionbBufferResponse Field
Should response be buffered for tampering.

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

Field Value

Type: Boolean
Remarks
ARCH: This should have been a property instead of a field, so we could throw an InvalidStateException if code tries to manipulate this value after the response has begun
See Also