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