IConnectionListenerFactory Interface
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.
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. |