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