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