RawReadEventArgsAbortReading Property |
Set to TRUE to request that upload or download process be aborted as soon as convenient
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool AbortReading { get; set; }
Public Property AbortReading As Boolean
Get
Set
public:
property bool AbortReading {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also