C# Класс WinRTXamlToolkit.Net.WebHelper

A few Web utilities
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DownloadStringAsync() публичный статический Метод

Downloads content from given URL and returns it as string
public static DownloadStringAsync ( string url ) : Task
url string
Результат Task

IsConnectedToInternet() публичный статический Метод

Checks if Internet connection is available. May not be the most best way to do it though
public static IsConnectedToInternet ( ) : bool
Результат bool