1 write to closeResponseMessage
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4045this.sessionChannel.DetermineCloseOutputSessionMessage(out sendClose, out sendCloseResponse, out closeResponseMessage, out closeRequestContext);
3 references to closeResponseMessage
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
4105return this.sessionChannel.BeginSendCloseResponse(this.closeRequestContext, this.closeResponseMessage, this.timeoutHelper.RemainingTime(), callback, state); 4123if (this.closeResponseMessage != null) 4125this.closeResponseMessage.Close();