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