C# 클래스 WinRTXamlToolkit.Net.WebHelper

A few Web utilities
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
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