6 references to Channel
System.ServiceModel (6)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (2)
65if (null != this.receiver.Channel) 66this.receiver.Channel.FaultChannel();
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (2)
231if (null != this.receiver.Channel) 232this.receiver.Channel.FaultChannel();
System\ServiceModel\Channels\Msmq4SubqueuePoisonHandler.cs (2)
50if (null != this.receiver.Channel) 51this.receiver.Channel.FaultChannel();