ClassConnectionEventArgs
Class
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
Properties
Connection
The Socket which was just Connected or Accepted
OwnerSession
The Session which owns the this new connection