1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
279
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (3)
286
if (this.
channel
.State != CommunicationState.Closed)
288
channel
.Fault();
303
this.
channel
.Fault();