DataPlace
FileDownloaderEventArgs Class
CSCS.Core.NetFileDownloaderEventArgs
Contains data associated with a file downloader event.
Declaration Syntax
C#
public class FileDownloaderEventArgs : EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FileDownloaderEventArgs(Int64, Int64, Exception)
Creates a new instance.

BytesReceived
Gets the number of bytes received.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
Gets the error that occurred, or null if none.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalBytes
Gets the total number of bytes to download.

Inheritance Hierarchy
Object
EventArgs
 FileDownloaderEventArgs

Assembly: CS.Core.Standard (Module: CS.Core.Standard) Version: 1.0.3271.19813