3 writes to closeResponseMessage
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3670this.closeResponseMessage = null; 3863this.closeResponseMessage = CreateCloseResponse(message, null, timeoutHelper.RemainingTime()); 3945this.closeResponseMessage = null;
4 references to closeResponseMessage
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
3667if (this.closeResponseMessage != null) 3669this.closeResponseMessage.Close(); 3941if (this.closeResponseMessage != null) 3943pendingCloseResponseMessage = this.closeResponseMessage;