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