Interface ITunnel
Interface for the WebSocket and CONNECT Tunnel classes
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ITunnel
Properties
EgressByteCount
Declaration
long EgressByteCount { get; }
Property Value
System.Int64
|
IngressByteCount
Declaration
long IngressByteCount { get; }
Property Value
System.Int64
|
IsOpen
Declaration
bool IsOpen { get; }
Property Value
System.Boolean
|
Methods
CloseTunnel()
Declaration
void CloseTunnel()