SessionOnCompleteTransaction Event |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public event EventHandler<EventArgs> OnCompleteTransaction
Public Event OnCompleteTransaction As EventHandler(Of EventArgs)
public:
event EventHandler<EventArgs^>^ OnCompleteTransaction {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
Value
Type:
SystemEventHandlerEventArgsSee Also