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