WebSocketCloseTunnel Method |
Interface Method
Close the WebSocket and signal the event to let its service thread die. Also called by oSession.Abort()
WARNING: This should not be allowed to throw any exceptions, because it will do so on threads that don't
catch them, and this will kill the application.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void CloseTunnel()
public:
virtual void CloseTunnel() sealed
Implements
ITunnelCloseTunnelSee Also