DownloadProgressChangedEventArgs.BytesDownloaded 속성

정의

로컬 컴퓨터에 다운로드한 바이트 수를 가져옵니다.

public:
 property long BytesDownloaded { long get(); };
public long BytesDownloaded { get; }
member this.BytesDownloaded : int64
Public ReadOnly Property BytesDownloaded As Long

속성 값

Int64

다운로드한 바이트 수를 나타내는 Int64입니다.

적용 대상