@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| NetworkChanged |
An event indicating a change in the current network connection.
|
| 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.
|