IConnectionListenerFactory Interface

Definition

Defines an interface that provides the mechanisms for binding to various types of EndPoints.

public interface class IConnectionListenerFactory
public interface IConnectionListenerFactory
type IConnectionListenerFactory = interface
Public Interface IConnectionListenerFactory
Derived

Methods

BindAsync(EndPoint, CancellationToken)

Creates an IConnectionListener bound to the specified EndPoint.

Applies to