4 implementations of Select
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
212IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
129IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
207IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
693public abstract IList<TransportManager> Select(TransportChannelListener factory);
3 references to Select
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
140IList<TransportManager> foundTransportManagers = registration.Select(this);
System\ServiceModel\Channels\TransportChannelListener.cs (2)
536foundTransportManagers = registration.Select(this); 554foundTransportManagers = registration.Select(this);