Class SessionStateHandler
An event handling delegate which is called as a part of the HTTP pipeline at various stages.
Inheritance
System.Object
SessionStateHandler
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class SessionStateHandler : MulticastDelegate
Constructors
SessionStateHandler(Object, IntPtr)
Declaration
public SessionStateHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Session, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Session oSession, AsyncCallback callback, object object)
Parameters
Session
oSession
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|