Class GrpcOptions
Namespace: Ordering.API.Settings
Assembly: Ordering.API.dll
Grpc file that defines the configuration gathered from appsettings.
public class GrpcOptions
Inheritance
object ← GrpcOptions
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Fields
SectionName
Name of the app settings json file section.
public const string SectionName = "GrpcOptions"
Field Value
Properties
RestaurantServiceConnectionString
Link of the restaurant gRPC server.
public string RestaurantServiceConnectionString { get; init; }
Property Value
Last modified: 21 May 2024