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