2 writes to isInputClosed
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
3856
this.
isInputClosed
= true;
3901
this.
isInputClosed
= true;
4 references to isInputClosed
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
3818
if (!(this.
isInputClosed
))
3854
if (!this.
isInputClosed
)
3899
if (isCloseResponseExpected && !this.
isInputClosed
)
4422
if (!(this.sessionChannel.
isInputClosed
))