System.ClientModel.Primitives.ClientSettings
Represents the settings used to configure a client that can be loaded from an IConfigurationSection.
Gets or sets the credential settings.
Gets or sets the credential provider.
protected ClientSettings()
Binds the values from the IConfigurationSection to the properties of the ClientSettings.
Allows derived classes to bind their specific properties from the IConfigurationSection.
Allows for additional configuration using the IConfigurationSection after the initial binding.