<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-preview.2.25163.2" />

StreamConfigurationProvider

Defines the core behavior of stream-based configuration providers and provides a base for derived classes.

Gets the source settings for this provider.

Initializes a new instance of the StreamConfigurationProvider class.

public abstract void Load(Stream stream)

Loads the configuration data from the stream.