1 write to isInputSessionClosed
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
597
this.
isInputSessionClosed
= true;
4 references to isInputSessionClosed
System.ServiceModel (4)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
411
if (!this.
isInputSessionClosed
)
592
if (this.
isInputSessionClosed
)
606
if (this.
isInputSessionClosed
)
817
if (this.channel.
isInputSessionClosed
)