DownloadStringCompletedEventArgs Class
Used to access status information for an event. An instance of this class is passed to any handler of the DownloadStringCompleted event.
Namespace: elsystem.net
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
Result |
string |
Gets the downloaded data in a single (sometimes large) string. |