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