Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 669 Bytes

backgrounddownloader_servercredential.md

File metadata and controls

25 lines (17 loc) · 669 Bytes
-api-id -api-type
P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.ServerCredential
winrt property

Windows.Networking.BackgroundTransfer.BackgroundDownloader.ServerCredential

-description

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.

-property-value

The credential to use for authentication.

-remarks

-examples

-see-also