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