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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.