2 writes to isInputClosed
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
711
this.
isInputClosed
= true;
739
this.
isInputClosed
= true;
6 references to isInputClosed
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
519
get { return
isInputClosed
; }
709
if (isCloseResponseExpected && !this.
isInputClosed
)
737
if (!this.
isInputClosed
)
1400
while (!this.
isInputClosed
)
1873
while (!channel.
isInputClosed
)
1883
if (message != null || channel.
isInputClosed
)