1 write to Channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
27Channel = channel;
10 references to Channel
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
163if (Channel.Aborted || 164Channel.State == CommunicationState.Faulted || 165Channel.State == CommunicationState.Closed) 184Channel.Fault(e); 195if (Channel.Aborted || 196Channel.State == CommunicationState.Faulted || 197Channel.State == CommunicationState.Closed) 210Channel.Fault(e); 595temp.Abort(Channel); 669_requestor.Fault(Channel);