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