1 instantiation of BlazorGatewayOptions
blazor-gateway (1)
BlazorGateway.cs (1)
26var options = new BlazorGatewayOptions();
3 references to BlazorGatewayOptions
blazor-gateway (3)
BlazorGateway.cs (3)
26var options = new BlazorGatewayOptions(); 27builder.Configuration.GetSection(BlazorGatewayOptions.SectionName).Bind(options); 123private static IHostApplicationBuilder ConfigureOpenTelemetry(this IHostApplicationBuilder builder, BlazorGatewayOptions.TelemetryOptions telemetry)