C# 클래스 SDownload.Framework.Streams.BaseStream.DownloadItem

Represents an item that needs to be downloaded
파일 보기 프로젝트 열기: brkastner/SDownload

공개 프로퍼티들

프로퍼티 타입 설명
AbsolutePath String
Uri System.Uri

공개 메소드들

메소드 설명
DownloadItem ( Uri uri, String absolutePath ) : System

Creates an object to be downloaded

메소드 상세

DownloadItem() 공개 메소드

Creates an object to be downloaded
public DownloadItem ( Uri uri, String absolutePath ) : System
uri System.Uri URI of the remote stream
absolutePath String Absolute path where it should be saved
리턴 System

프로퍼티 상세

AbsolutePath 공개적으로 프로퍼티

The absolute local path where it should be saved
public String AbsolutePath
리턴 String

Uri 공개적으로 프로퍼티

The URI of the remote stream
public Uri,System Uri
리턴 System.Uri