Share via


IStreamLoader Interface

Definition

Interface for service that translates a URI into a stream that can be loaded by a Reader

public interface IStreamLoader
type IStreamLoader = interface
Public Interface IStreamLoader
Derived

Methods

Name Description
LoadAsync(Uri, Uri, CancellationToken)

Use Uri to locate data and convert into an input object.

Applies to