| 
    Hybrid Bridge
    
   | 
 
A simple implementation of IUriToStreamResolver interface that search for files in ms-appx directory  
 More...
  
 Public Member Functions | |
| IAsyncOperation< IInputStream > | UriToStreamAsync (Uri uri) | 
| Handles http requests  More... | |
A simple implementation of IUriToStreamResolver interface that search for files in ms-appx directory 
Definition at line 14 of file UriToAppxResolver.cs.
| IAsyncOperation<IInputStream> HybridBridge.Win81.UriToAppxResolver.UriToStreamAsync | ( | Uri | uri | ) | 
Handles http requests
| uri | The Uri of the request | 
| Exception | Uri is not supported | 
Definition at line 22 of file UriToAppxResolver.cs.
 1.8.11