C# 클래스 WaveBox.Core.Derived.LinuxWebClient

상속: TimedWebClient, IWebClient
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
DownloadFile ( string address, string path ) : void
DownloadString ( string uri ) : string
LinuxWebClient ( int timeout ) : System

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string address, string path ) : void
address string
path string
리턴 void

DownloadString() 공개 메소드

public DownloadString ( string uri ) : string
uri string
리턴 string

LinuxWebClient() 공개 메소드

public LinuxWebClient ( int timeout ) : System
timeout int
리턴 System