This topic has not yet been rated - Rate this topic

BackgroundDownloader.ProxyCredential | proxyCredential property

Gets or sets the proxy credentials for the background transfer.

Syntax


var proxyCredential = backgroundDownloader.proxyCredential;
backgroundDownloader.proxyCredential = proxyCredential;

Property value

Type: PasswordCredential

The credentials used to authenticate with an HTTP proxy.

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.