WebSocketEgressByteCount Property |
Returns number of bytes sent from the Client to the Server on this WebSocket
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public long EgressByteCount { get; }
Public ReadOnly Property EgressByteCount As Long
Get
public:
virtual property long long EgressByteCount {
long long get () sealed;
}
Property Value
Type:
Int64Implements
ITunnelEgressByteCountSee Also