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