C# Class Settings.Network

显示文件 Open project: Ezzpify/HourBoostr

Public Methods

Method Description
DownloadString ( string URL ) : string

Downloads a string from the internet from the specified url

Method Details

DownloadString() public static method

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