SessionbBufferResponse Field |
Should response be buffered for tampering.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bBufferResponse
Public bBufferResponse As Boolean
public:
bool bBufferResponse
Field Value
Type:
BooleanRemarks 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