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