Läs på engelska

Dela via


MultiplexedConnectionDelegate Delegate

Definition

A function that can process a connection.

C#
public delegate System.Threading.Tasks.Task MultiplexedConnectionDelegate(MultiplexedConnectionContext connection);

Parameters

connection
MultiplexedConnectionContext

A MultiplexedConnectionContext representing the connection.

Return Value

A Task that represents the connection lifetime. When the task completes, the connection will be closed.

Applies to

Produkt Versioner
ASP.NET Core 6.0, 7.0, 8.0, 9.0