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)
361
ISingletonChannelListener
singletonChannelListener = singletonPreambleCallback(serverSingletonPreambleReader);
377
ISingletonChannelListener
singletonChannelListener,
476
ISingletonChannelListener
singletonChannelListener;
484
ISingletonChannelListener
singletonChannelListener,
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
138
internal
ISingletonChannelListener
OnGetSingletonMessageHandler(ServerSingletonPreambleConnectionReader serverSingletonPreambleReader)
148
return (
ISingletonChannelListener
)channelListener;
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
126
TimeSpan
ISingletonChannelListener
.ReceiveTimeout
131
void
ISingletonChannelListener
.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
25
delegate
ISingletonChannelListener
SingletonPreambleDemuxCallback(ServerSingletonPreambleConnectionReader serverSingletonPreambleReader);
System\ServiceModel\Channels\TcpChannelListener.cs (2)
133
TimeSpan
ISingletonChannelListener
.ReceiveTimeout
138
void
ISingletonChannelListener
.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)