1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
466this.channel = channel;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (6)
475if (this.channel.TotalPendingItems > 0 || this.channel.sessiongramDoomed) 480this.channel.Fault(); 498this.channel.Fault(); 510this.channel.DetachTransaction(false); 516this.channel.DetachTransaction(true);