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