Class ConnectionEventArgs
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.Net.Sockets.Socket
|
OwnerSession
The Session which owns the this new connection
Declaration
public Session OwnerSession { get; }
Property Value
Session
|