C# Class WinRTXamlToolkit.Net.WebHelper

A few Web utilities
Mostra file Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method 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 method

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

IsConnectedToInternet() public static method

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