3 writes to closeResponse
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2868this.closeResponse = null; 2924this.closeResponse = null; 3096this.closeResponse = localCloseResponse;
4 references to closeResponse
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2865if (this.closeResponse != null) 2867this.closeResponse.Close(); 2918if (!this.sentCloseResponse && this.receivedClose && this.closeResponse != null) 2923pendingCloseResponse = this.closeResponse;