2 writes to currentChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1188
this.
currentChannel
= channel;
1881
this.
currentChannel
= channel;
24 references to currentChannel
System.ServiceModel (24)
System\ServiceModel\Channels\ReliableChannelBinder.cs (24)
1213
return this.
currentChannel
;
1264
return this.
currentChannel
;
1304
if (this.
currentChannel
== null)
1310
channel = this.
currentChannel
;
1410
channel = this.
currentChannel
;
1496
if (this.
currentChannel
== null)
1533
if ((this.
currentChannel
!= null)
1534
&& (this.
currentChannel
.State == CommunicationState.Created))
1536
return this.
currentChannel
;
1574
if (this.
currentChannel
!= faultedChannel)
1635
if (this.
currentChannel
== null)
1656
channel = this.
currentChannel
;
1735
if (this.
currentChannel
.State != CommunicationState.Faulted)
1804
if (this.
currentChannel
.State == CommunicationState.Faulted)
1813
channel = this.
currentChannel
;
1899
this.tolerateFaults = !this.binder.HasSecuritySession(this.
currentChannel
);
1907
this.
currentChannel
.Faulted += this.onChannelFaulted;
1939
if (this.
currentChannel
== null)
1947
if (this.
currentChannel
== null)
1969
if ((this.
currentChannel
!= null) && (this.onChannelFaulted != null))
1971
this.
currentChannel
.Faulted -= this.onChannelFaulted;
1975
return this.
currentChannel
;
2037
if (this.
currentChannel
== null)
2043
channel = this.
currentChannel
;