Class GetPasswordDelegate
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.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string sSAZ, string sInnerFile, AsyncCallback callback, object object)
Parameters
System.String
sSAZ
|
System.String
sInnerFile
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.String
|
Invoke(String, String)
Declaration
public virtual string Invoke(string sSAZ, string sInnerFile)
Parameters
System.String
sSAZ
|
System.String
sInnerFile
|
Returns
System.String
|