1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3919
this.
channel
= channel;
10 references to channel
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableChannelBinder.cs (10)
3927
return this.
channel
;
3961
this.
channel
.EndClose(result);
3980
if (this.lastReceive || this.
channel
.State != CommunicationState.Opened)
3982
this.
channel
.Abort();
3993
result = this.
channel
.BeginClose(this.RemainingTime,
4015
if (this.lastReceive || this.
channel
.State != CommunicationState.Opened)
4017
this.
channel
.Abort();
4034
this.
channel
.Abort();
4163
if (this.lastReceive || this.
channel
.State != CommunicationState.Opened)
4165
this.
channel
.Abort();