CodeTransparencyClientSettings Class

Definition

Represents the settings used to configure a CodeTransparencyClient that can be loaded from an IConfigurationSection.

public class CodeTransparencyClientSettings : System.ClientModel.Primitives.ClientSettings
type CodeTransparencyClientSettings = class
    inherit ClientSettings
Public Class CodeTransparencyClientSettings
Inherits ClientSettings
Inheritance
CodeTransparencyClientSettings

Constructors

Name Description
CodeTransparencyClientSettings()

Properties

Name Description
Endpoint

Gets or sets the Endpoint.

Options

Gets or sets the Options.

Methods

Name Description
BindCore(IConfigurationSection)

Binds configuration values from the given section.

Applies to