| ConnectionEventArgsConnection Property |
The Socket which was just Connected or Accepted
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic Socket Connection { get; }Public ReadOnly Property Connection As Socket
Get
public:
property Socket^ Connection {
Socket^ get ();
}Property Value
Type:
Socket
See Also