ClientChatterBufferRequest Property |
Controls whether the request body is streamed to the server as it is read from the client.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool BufferRequest { get; set; }
Public Property BufferRequest As Boolean
Get
Set
public:
property bool BufferRequest {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also