2 writes to isOutputSessionClosed
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
369
this.
isOutputSessionClosed
= true;
994
this.channel.
isOutputSessionClosed
= true;
3 references to isOutputSessionClosed
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
364
if (this.
isOutputSessionClosed
)
569
if (this.
isOutputSessionClosed
)
989
if (this.channel.
isOutputSessionClosed
)