In This Topic
For a list of all members of this type, see NWebRequest members.
Public Events
| Name | Description |
| Completed | Raised when the request is completed. The request and the response are passed as arguments in the event args. |
| DownloadProgress | Raised when the request progressed in downloading the response stream. The request, download size and downloaded size are passed as arguments in the event args. |
| EndDownload | Raised when the request ended the download of the response stream. The request and download size are passed as arguments in the event args. |
| StartDownload | Raised when the request starts to download the response stream. The request and download size are passed as arguments in the event args. |
Top
See Also