Interface ITunnel
Interface for the WebSocket and CONNECT Tunnel classes
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ITunnel
Properties
EgressByteCount
Total number of bytes sent
Declaration
long EgressByteCount { get; }
Property Value
System.
|
IngressByteCount
Total number of bytes received
Declaration
long IngressByteCount { get; }
Property Value
System.
|
IsOpen
Returns true if tunnel is still open
Declaration
bool IsOpen { get; }
Property Value
System.
|
Methods
CloseTunnelAsync()
Closes the tunnel and nulls any references that it used
Declaration
Task CloseTunnelAsync()
Returns
System. Task that completes when tunnel is no longer open |