C# Class OpenTween.OTWebClient

Inheritance: System.Net.WebClient
Afficher le fichier Open project: rhenium/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
DownloadDataAsync ( Uri address ) : Task
DownloadDataAsync ( Uri address, CancellationToken token ) : Task
OTWebClient ( ) : System

Méthodes protégées

Méthode Description
GetWebRequest ( Uri address ) : WebRequest

Method Details

DownloadDataAsync() public méthode

public DownloadDataAsync ( Uri address ) : Task
address System.Uri
Résultat Task

DownloadDataAsync() public méthode

public DownloadDataAsync ( Uri address, CancellationToken token ) : Task
address System.Uri
token System.Threading.CancellationToken
Résultat Task

GetWebRequest() protected méthode

protected GetWebRequest ( Uri address ) : WebRequest
address System.Uri
Résultat System.Net.WebRequest

OTWebClient() public méthode

public OTWebClient ( ) : System
Résultat System