Share via


DefaultStreamLoader Class

Definition

Implementation of IInputLoader that loads streams from URIs

public class DefaultStreamLoader : Microsoft.OpenApi.IStreamLoader
type DefaultStreamLoader = class
    interface IStreamLoader
Public Class DefaultStreamLoader
Implements IStreamLoader
Inheritance
DefaultStreamLoader
Implements

Constructors

Name Description
DefaultStreamLoader(HttpClient)

The default stream loader

Methods

Name Description
LoadAsync(Uri, Uri, CancellationToken)

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

Applies to