SessionTunnelIngressByteCount Property |
If this session is a Tunnel, returns number of bytes sent from the Server to the Client
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public long TunnelIngressByteCount { get; }
Public ReadOnly Property TunnelIngressByteCount As Long
Get
public:
property long long TunnelIngressByteCount {
long long get ();
}
Property Value
Type:
Int64See Also