1 write to closeRequestContext
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3144this.closeRequestContext = closeRequestContext;
3 references to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3164IAsyncResult result = this.sessionChannel.BeginSendCloseResponse(closeRequestContext, closeResponse, timeoutHelper.RemainingTime(), sendCloseResponseCallback, this); 3203if (this.closeRequestContext != null) 3205this.closeRequestContext.Abort();