C# 클래스 DownloadArgs, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
Url string
client WebClient,

공개 메소드들

메소드 설명
DownloadArgs ( string u, string f, WebClient, c )

메소드 상세

DownloadArgs() 공개 메소드

public DownloadArgs ( string u, string f, WebClient, c )
u string
f string
c WebClient,

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Url 공개적으로 프로퍼티

public string Url
리턴 string

client 공개적으로 프로퍼티

public WebClient, client
리턴 WebClient,