1 write to receivedClose
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3085
this.
receivedClose
= true;
2 references to receivedClose
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
2918
if (!this.sentCloseResponse && this.
receivedClose
&& this.closeResponse != null)
3083
if (!this.
receivedClose
)