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