Class
AttachProxyErrorEventArgs

These EventArgs are constructed when FiddlerApplication.OnAttachProxyError is called.

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class AttachProxyErrorEventArgs : EventArgs

Inheritance: objectEventArgsAttachProxyErrorEventArgs

Inherited Members EventArgs.Emptyobject.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Constructors

AttachProxyErrorEventArgs(string)

Constructs the Event Args

Declaration

cs-api-definition
public AttachProxyErrorEventArgs(string error)

Parameters

error

string

The error

Properties

ProxyError

The error while attaching the Fiddler proxy

Declaration

cs-api-definition
public string ProxyError { get; set; }

Property Value

string