Provides metadata and controls for handling a file download operation with a chat room.

The ChatRoomFileDownloadJobtype exposes the following members.

Constructors

  Name Description
Public method ChatRoomFileDownloadJob Initializes a new instance of the ChatRoomFileDownloadJob class.
Top

Properties

  Name Description
Public property DestinationPath Gets the path to which the downloaded file will be saved.
Public property PercentComplete Gets the percent complete.
Public property SourceUrl Gets the URL of the file that is being downloaded.
Top

Methods

  Name Description
Public method CancelJob Cancels the job. This request is issued asynchronously. When the cancellation is made effective, the ProgressChanged event will be fired, and the Cancelled property will be set to true .
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

Events

  Name Description
Public event ProgressChanged Occurs when file transfer progress has changed.
Top

See Also