3 implementations of DoneReceiving
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1585void IInputSessionShutdown.DoneReceiving(IDuplexContextChannel channel)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1411void IInputSessionShutdown.DoneReceiving(IDuplexContextChannel channel)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
244void IInputSessionShutdown.DoneReceiving(IDuplexContextChannel channel)
1 reference to DoneReceiving
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
645handlers[i].DoneReceiving(proxy);