Class GetPasswordDelegate
Gets a method that will be called if password is needed to access the SAZ file
Inheritance
System.Object
GetPasswordDelegate
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class GetPasswordDelegate : MulticastDelegate
Constructors
GetPasswordDelegate(Object, IntPtr)
Declaration
public GetPasswordDelegate(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(String, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string sSAZ, string sInnerFile, AsyncCallback callback, object object)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
System.
|
Returns
System.
|
Invoke(String, String)
Declaration
public virtual string Invoke(string sSAZ, string sInnerFile)
Parameters
System.
|
System.
|
Returns
System.
|