BackgroundTransferRequest Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.BackgroundTransfer.BackgroundTransferRequest

Namespace:  Microsoft.Phone.BackgroundTransfer
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public NotInheritable Class BackgroundTransferRequest _
    Implements IDisposable
public sealed class BackgroundTransferRequest : IDisposable
public ref class BackgroundTransferRequest sealed : IDisposable
[<Sealed>]
type BackgroundTransferRequest =  
    class 
        interface IDisposable 
    end

The BackgroundTransferRequest type exposes the following members.

Constructors

  Name Description
Public method BackgroundTransferRequest(Uri)
Public method BackgroundTransferRequest(Uri, Uri)

Top

Properties

  Name Description
Public property BytesReceived
Public property BytesSent
Public property DownloadLocation
Public property Headers
Public property Method
Public property RequestId
Public property RequestUri
Public property StatusCode
Public property Tag
Public property TotalBytesToReceive
Public property TotalBytesToSend
Public property TransferError
Public property TransferPreferences
Public property TransferStatus
Public property UploadLocation

Top

Methods

  Name Description
Public method Dispose
Public method Equals(BackgroundTransferRequest)
Public method Equals(Object) (Overrides Object.Equals(Object).)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Events

  Name Description
Public event TransferProgressChanged
Public event TransferStatusChanged

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.BackgroundTransfer Namespace