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