DelegateGetPasswordDelegate
Delegate
Gets a method that will be called if password is needed to access the SAZ file
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public delegate string GetPasswordDelegate(string sSAZ, string sInnerFile)
Constructors
Methods
BeginInvoke(string, string, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(string sSAZ, string sInnerFile, AsyncCallback callback, object @object)
Parameters
sSAZ
sInnerFile
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual string EndInvoke(IAsyncResult result)
Parameters
result
Returns