AdvancedLauncher.Providers.Korea.KoreaWebProvider.DownloadContent C# (CSharp) 메소드

DownloadContent() 보호된 메소드

protected DownloadContent ( string url ) : string
url string
리턴 string
        protected string DownloadContent(string url)
        {
            return WebClientEx.DownloadContent(LogManager, url, 5, 15000);
        }