2 writes to AcceptMultiClient
Aspire.Hosting.Go.Tests (2)
AddGoAppTests.cs (1)
368
.WithDelveServer(new DelveServerOptions {
AcceptMultiClient
= true });
GoPublicApiTests.cs (1)
494
AcceptMultiClient
= true,
4 references to AcceptMultiClient
Aspire.Hosting.Go (3)
DelveServerOptions.cs (1)
15
/// Set <see cref="
AcceptMultiClient
"/> only when the server must remain available after a debugger
GoHostingExtensions.cs (2)
678
/// Set <see cref="DelveServerOptions.
AcceptMultiClient
"/> to <see langword="true"/> only when
720
options.
AcceptMultiClient
,
Aspire.Hosting.Go.Tests (1)
GoPublicApiTests.cs (1)
447
(options.Port, options.
AcceptMultiClient
, options.OnlySameUser, options.ContinueOnStart, options.Log, options.LogOutput));