Implemented interface member:
method
StartAsync<TContext>
Microsoft.AspNetCore.Hosting.Server.IServer.StartAsync<TContext>(Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext>, System.Threading.CancellationToken)
5 references to StartAsync
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
KestrelServerTests.cs (5)
576
await server.
StartAsync
(new DummyApplication(), CancellationToken.None);
634
await server.
StartAsync
(new DummyApplication(), CancellationToken.None);
689
await server.
StartAsync
(new DummyApplication(), default);
825
await server.
StartAsync
(new DummyApplication(), CancellationToken.None).DefaultTimeout();
963
await server.
StartAsync
(new DummyApplication(), CancellationToken.None).DefaultTimeout();