←Select platform

SourceUri Property

Summary

Gets the URI of the source item being downloaded.

Syntax

C#
VB
C++
public Uri SourceUri { get; } 
  
Public ReadOnly Property SourceUri As Uri 
public: 
property Uri^ SourceUri { 
   Uri^ get(); 
} 

Property Value

the source item being downloaded.

Remarks

This is the same value as the sourceUri parameter passed to DownloadFileAsync or GetDownloadStreamAsync method.

Example

For an example, refer to DownloadFileAsync or GetDownloadStreamAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.