BackgroundTransferRequest Constructor (Uri)
Collapse the table of content
Expand the table of content

BackgroundTransferRequest Constructor (Uri)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the BackgroundTransferRequest class with the specified request URI.

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

public BackgroundTransferRequest(
	Uri requestUri
)

Parameters

requestUri
Type: System.Uri
The URI of the requested file.

This method may throw one of the following exceptions.

ArgumentNullException

The request URI cannot be null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft