6 implementations of AcceptChannel
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
113public TChannel AcceptChannel()
System\ServiceModel\Channels\HttpChannelListener.cs (1)
892public TChannel AcceptChannel()
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
280public abstract TChannel AcceptChannel();
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
66public TChannel AcceptChannel()
System\ServiceModel\Channels\PeerChannelListener.cs (1)
290public TChannel AcceptChannel()
System\ServiceModel\Channels\TcpChannelListener.cs (1)
73public TChannel AcceptChannel()
1 reference to AcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
92innerInputChannel = innerInputListener.AcceptChannel();