3 overrides of ConfigureServer
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
Listener\AuthenticationOnExistingQueueTests.cs (3)
15protected override string ConfigureServer(HttpSysOptions options, string baseServerAddress) 24protected override string ConfigureServer(HttpSysOptions options, string baseServerAddress) 33protected override string ConfigureServer(HttpSysOptions options, string baseServerAddress)
1 reference to ConfigureServer
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Listener\AuthenticationOnExistingQueueTests.cs (1)
212serverAddress = ConfigureServer(options, baseServerAddress);