This topic has not yet been rated - Rate this topic

BackgroundDownloader.ServerCredential | serverCredential property

Gets or sets the credentials to use to authenticate with the origin server.

Note  For downloads via FTP, authentication credentials must be provided within the specified URI. For example, ftp://user:password@server/file.txt.

Syntax


var serverCredential = backgroundDownloader.serverCredential;
backgroundDownloader.serverCredential = serverCredential;

Property value

Type: PasswordCredential

The credential to use for authentication.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Networking.BackgroundTransfer
Windows::Networking::BackgroundTransfer [C++]

Metadata

Windows.winmd

See also

BackgroundDownloader

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.