Implemented interface member:
method
Build
Microsoft.AspNetCore.Connections.IConnectionBuilder.Build()
5 references to Build
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
198
var connectionDelegate = options.
Build
();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ListenOptionsTests.cs (1)
39
var app = clone.
Build
();
Microsoft.AspNetCore.Server.Kestrel.Tests (3)
KestrelConfigurationLoaderTests.cs (3)
472
listenOptions.
Build
();
521
listenOptions.
Build
();
572
listenOptions.
Build
();