Class WebClient
Represents a web client for downloading strings.
Inherited Members
Namespace: Evergine.Common.System
Assembly: Evergine.Common.dll
Syntax
public sealed class WebClient
Constructors
WebClient()
Initializes a new instance of the WebClient class.
Declaration
public WebClient()
Methods
DownloadStringAsync(Uri)
Downloads the string async.
Declaration
public void DownloadStringAsync(Uri downloadUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | downloadUri | The download URI. |
Events
DownloadStringCompleted
Occurs when [download string completed].
Declaration
public event EventHandler<DownloadStringEventArgs> DownloadStringCompleted
Event Type
Type | Description |
---|---|
EventHandler<DownloadStringEventArgs> |