1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
533
this.
channel
= channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (4)
540
if (this.
channel
.State == CommunicationState.Opened && this.
channel
.InternalPendingItems > 0)
544
this.
channel
.Fault();
559
channel
.Fault();