| Interface | Description |
|---|---|
| BytesReceived |
An event indicating that the amount of bytes has been received from the network, such as after
receiving headers or reading raw response bytes.
|
| BytesSent |
An event indicating that the amount of bytes has been sent over the network, such as when sending
request headers or uploading request body bytes.
|
| NetworkEvent |
An interface that all network events must extend.
|
| PacScriptErrorReceived |
An event indicating that the PAC file processing has been failed.
|
| RedirectResponseCodeReceived |
An event indicating that a redirect response code (3xx) has been received for the URL request.
|
| RequestCompleted |
An event indicating that the URL request has been completed.
|
| RequestDestroyed |
An event indicating that the URL request has been destroyed.
|
| ResponseBytesReceived |
An event indicating that a part of HTTP response body has been received over the network.
|
| ResponseStarted |
An event indicating that the first byte of the URL response body has been received.
|
| TransactionStarted |
An event indicating that the URL request is about to be sent out.
|