C# 클래스 Settings.Network

파일 보기 프로젝트 열기: Ezzpify/HourBoostr

공개 메소드들

메소드 설명
DownloadString ( string URL ) : string

Downloads a string from the internet from the specified url

메소드 상세

DownloadString() 공개 정적인 메소드

Downloads a string from the internet from the specified url
public static DownloadString ( string URL ) : string
URL string Url to download string from
리턴 string