2 implementations of ReceiveRequest
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
131void ISingletonChannelListener.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
138void ISingletonChannelListener.ReceiveRequest(RequestContext requestContext, Action callback, bool canDispatchOnThisThread)
1 reference to ReceiveRequest
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
559singletonChannelListener.ReceiveRequest(requestContext, serverSingletonPreambleReader.ConnectionDequeuedCallback, true);