IMultiplexedConnectionBuilder.Build Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds the delegate used by this application to process connections.
public Microsoft.AspNetCore.Connections.MultiplexedConnectionDelegate Build ();
abstract member Build : unit -> Microsoft.AspNetCore.Connections.MultiplexedConnectionDelegate
Public Function Build () As MultiplexedConnectionDelegate
Returns
The connection handling delegate.