1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
36this.channel = channel;
9 references to channel
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (9)
48return this.channel; 255if (this.channel.Aborted || 256this.channel.State == CommunicationState.Faulted || 257this.channel.State == CommunicationState.Closed) 276this.channel.Fault(e); 287if (this.channel.Aborted || 288this.channel.State == CommunicationState.Faulted || 289this.channel.State == CommunicationState.Closed) 302this.channel.Fault(e);