Class
ConnectionEventArgs

These EventArgs are passed to the FiddlerApplication.AfterSocketAccept and AfterSocketConnect event handler when Fiddler establishes a new TCP connection

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class ConnectionEventArgs : EventArgs

Inheritance: objectEventArgsConnectionEventArgs

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

Properties

Connection

The Socket which was just Connected or Accepted

Declaration

cs-api-definition
public Socket Connection { get; }

Property Value

Socket

OwnerSession

The Session which owns the this new connection

Declaration

cs-api-definition
public Session OwnerSession { get; }

Property Value

Session

In this article
DefinitionPropertiesConnectionOwnerSession
Not finding the help you need?
Contact Support