C# Class WinRTXamlToolkit.Net.WebHelper

A few Web utilities
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
DownloadStringAsync ( string url ) : Task

Downloads content from given URL and returns it as string

IsConnectedToInternet ( ) : bool

Checks if Internet connection is available. May not be the most best way to do it though

Method Details

DownloadStringAsync() public static méthode

Downloads content from given URL and returns it as string
public static DownloadStringAsync ( string url ) : Task
url string
Résultat Task

IsConnectedToInternet() public static méthode

Checks if Internet connection is available. May not be the most best way to do it though
public static IsConnectedToInternet ( ) : bool
Résultat bool