Application::GetRemoteStream Method (Uri^)
.NET Framework (current version)
Returns a resource stream for a site-of-origin data file that is located at the specified Uri (see WPF Application Resource, Content, and Data Files).
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [SecurityCriticalAttribute] static StreamResourceInfo^ GetRemoteStream( Uri^ uriRemote )
Parameters
- uriRemote
-
Type:
System::Uri^
The Uri that maps to a loose resource at the site of origin.
Return Value
Type: System.Windows.Resources::StreamResourceInfo^A StreamResourceInfo that contains a resource stream for a site-of-origin data file that is located at the specified Uri. If the loose resource is not found, null is returned.
| Exception | Condition |
|---|---|
| ArgumentNullException | The Uri that is passed to GetRemoteStream is null. |
| ArgumentException | The OriginalString property of the Uri that is passed to GetRemoteStream is null. |
| ArgumentException | The Uri that is passed to GetRemoteStream is either not relative, or is absolute but not in the pack://siteoforigin:,,,/ form. |
This method is not thread safe.
.NET Framework
Available since 3.0
Available since 3.0
Show: