Class AttachProxyErrorEventArgs
These EventArgs are constructed when FiddlerApplication.OnAttachProxyError is called.
Inheritance
System.Object
AttachProxyErrorEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class AttachProxyErrorEventArgs : EventArgs
Constructors
AttachProxyErrorEventArgs(String)
Constructs the Event Args
Declaration
public AttachProxyErrorEventArgs(string error)
Parameters
System. The error |
Properties
ProxyError
The error while attaching the Fiddler proxy
Declaration
public string ProxyError { get; set; }
Property Value
System.
|