InterfaceITunnel
Interface
Interface for the WebSocket and CONNECT Tunnel classes
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ITunnel
Derived Classes:
Properties
EgressByteCount
Total number of bytes sent
IngressByteCount
Total number of bytes received
Methods
CloseTunnelAsync()
Closes the tunnel and nulls any references that it used
Declaration
cs-api-definition
Task CloseTunnelAsync()
Returns
Task that completes when tunnel is no longer open