BabelServiceConfiguration

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

Represents configuration of the reporting service client.

public class BabelServiceConfiguration

Inheritance

objectBabelServiceConfiguration

Derived

BabelLicensingConfiguration, BabelManagementConfiguration, BabelReportingConfiguration

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

BabelServiceConfiguration()

public BabelServiceConfiguration()

Properties

ChannelOptions

The Grpc channel options

public GrpcChannelOptions ChannelOptions { get; set; }

Property Value

GrpcChannelOptions

ClientId

Gets or sets the Client id.

public string ClientId { get; set; }

Property Value

string

ClientName

Gets or sets the Client name.

public string ClientName { get; set; }

Property Value

string

MachineId

Gets or sets the URL for the service.

public string MachineId { get; set; }

Property Value

string

ServiceUrl

Gets or sets the URL for the service.

public string ServiceUrl { get; set; }

Property Value

string

Last updated