2 implementations of ISingletonChannelListener
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
111: NamedPipeChannelListener<IReplyChannel, ReplyChannelAcceptor>, ISingletonChannelListener
System\ServiceModel\Channels\TcpChannelListener.cs (1)
118: TcpChannelListener<IReplyChannel, ReplyChannelAcceptor>, ISingletonChannelListener
11 references to ISingletonChannelListener
System.ServiceModel (11)
System\ServiceModel\Channels\ConnectionDemuxer.cs (4)
361ISingletonChannelListener singletonChannelListener = singletonPreambleCallback(serverSingletonPreambleReader); 377ISingletonChannelListener singletonChannelListener, 476ISingletonChannelListener singletonChannelListener; 484ISingletonChannelListener singletonChannelListener,
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
138internal ISingletonChannelListener OnGetSingletonMessageHandler(ServerSingletonPreambleConnectionReader serverSingletonPreambleReader) 148return (ISingletonChannelListener)channelListener;
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
126TimeSpan ISingletonChannelListener.ReceiveTimeout 131void ISingletonChannelListener.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
25delegate ISingletonChannelListener SingletonPreambleDemuxCallback(ServerSingletonPreambleConnectionReader serverSingletonPreambleReader);
System\ServiceModel\Channels\TcpChannelListener.cs (2)
133TimeSpan ISingletonChannelListener.ReceiveTimeout 138void ISingletonChannelListener.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)