BackgroundTransferRequest Constructor (Uri, Uri)

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

Syntax

'Declaration
Public Sub New ( _
    requestUri As Uri, _
    downloadLocation As Uri _
)
public BackgroundTransferRequest(
    Uri requestUri,
    Uri downloadLocation
)
public:
BackgroundTransferRequest(
    Uri^ requestUri, 
    Uri^ downloadLocation
)
new : 
        requestUri:Uri * 
        downloadLocation:Uri -> BackgroundTransferRequest

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

BackgroundTransferRequest Class

BackgroundTransferRequest Overload

Microsoft.Phone.BackgroundTransfer Namespace