Class ConnectionEventArgs
These EventArgs are passed to the FiddlerApplication.AfterSocketAccept and AfterSocketConnect event handler when Fiddler establishes a new TCP connection
Inheritance
System.Object
ConnectionEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class ConnectionEventArgs : EventArgs
Properties
Connection
The Socket which was just Connected or Accepted
Declaration
public Socket Connection { get; }
Property Value
System.
|
OwnerSession
The Session which owns the this new connection
Declaration
public Session OwnerSession { get; }