Class CalculateReportHandler
An event handling delegate which is called during report calculation with the set of sessions being evaluated.
Inheritance
System.Object
CalculateReportHandler
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class CalculateReportHandler : MulticastDelegate
Constructors
CalculateReportHandler(Object, IntPtr)
Declaration
public CalculateReportHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Session[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Session[] _arrSessions, AsyncCallback callback, object object)
Parameters
Session[]
_arrSessions
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|