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)
575
await server.
StartAsync
(new DummyApplication(), CancellationToken.None);
633
await server.
StartAsync
(new DummyApplication(), CancellationToken.None);
688
await server.
StartAsync
(new DummyApplication(), default);
824
await server.
StartAsync
(new DummyApplication(), CancellationToken.None).DefaultTimeout();
962
await server.
StartAsync
(new DummyApplication(), CancellationToken.None).DefaultTimeout();