IConnectionListenerFactorySelector Interface

Definition

Defines an interface that determines whether the listener factory supports binding to the specified EndPoint.

public interface IConnectionListenerFactorySelector
type IConnectionListenerFactorySelector = interface
Public Interface IConnectionListenerFactorySelector
Derived

Remarks

This interface should be implemented by IConnectionListenerFactory and IMultiplexedConnectionListenerFactory types that want to control want endpoint instances they can bind to.

Methods

CanBind(EndPoint)

Returns a value that indicates whether the listener factory supports binding to the specified EndPoint.

Applies to