BabelReportingConfiguration

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

BabelReporting configuration

public class BabelReportingConfiguration : BabelServiceConfiguration

Inheritance

objectBabelServiceConfigurationBabelReportingConfiguration

Inherited Members

BabelServiceConfiguration.ServiceUrl, BabelServiceConfiguration.ClientId, BabelServiceConfiguration.ClientName, BabelServiceConfiguration.MachineId, BabelServiceConfiguration.ChannelOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

BabelReportingConfiguration()

Default constructor

public BabelReportingConfiguration()

Properties

EncryptionKey

Gets or sets the report encryption key.

public string EncryptionKey { get; set; }

Property Value

string

ExceptionReportOptions

Gets or sets the exception report options.

public ExceptionReportOptions ExceptionReportOptions { get; set; }

Property Value

ExceptionReportOptions

LicenseReportOptions

Gets or sets the license report options.

public LicenseReportOptions LicenseReportOptions { get; set; }

Property Value

LicenseReportOptions

Last updated