IMultiplexedConnectionListener Interface

Definition

Defines an interface that represents a listener bound to a specific EndPoint.

public interface IMultiplexedConnectionListener : IAsyncDisposable
type IMultiplexedConnectionListener = interface
    interface IAsyncDisposable
Public Interface IMultiplexedConnectionListener
Implements IAsyncDisposable
Implements

Properties

EndPoint

The endpoint that was bound. This may differ from the requested endpoint, such as when the caller requested that any free port be selected.

Methods

AcceptAsync(IFeatureCollection, CancellationToken)

Begins an asynchronous operation to accept an incoming connection.

UnbindAsync(CancellationToken)

Stops listening for incoming connections.

Applies to