2 writes to isInputClosed
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1777this.isInputClosed = true; 1785this.isInputClosed = true;
6 references to isInputClosed
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
1525if (isInputClosed || this.State == CommunicationState.Faulted) 1556if (this.isInputClosed && innerRequestContext.RequestMessage != null) 2625if (channel.isInputClosed) 2643if (requestMessage != null || channel.isInputClosed) 2674if (channel.isInputClosed) 2690if (channel.isInputClosed || channel.State == CommunicationState.Faulted)