2 implementations of Build
Microsoft.AspNetCore.Connections.Abstractions (1)
MultiplexedConnectionBuilder.cs (1)
38
public MultiplexedConnectionDelegate
Build
()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptions.cs (1)
206
MultiplexedConnectionDelegate IMultiplexedConnectionBuilder.
Build
()
1 reference to Build
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
213
var multiplexedConnectionDelegate = ((IMultiplexedConnectionBuilder)options).
Build
();