11 references to outputSessionCloseHandle
System.ServiceModel (11)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (11)
3684this.outputSessionCloseHandle.Abort(this); 3691this.outputSessionCloseHandle.Fault(this); 3699this.outputSessionCloseHandle.Abort(this); 3707this.outputSessionCloseHandle.Abort(this); 3738return this.outputSessionCloseHandle.Wait(timeout, false); 3955this.outputSessionCloseHandle.Reset(); 4000this.outputSessionCloseHandle.Set(); 4131this.sessionChannel.outputSessionCloseHandle.Set(); 4432IAsyncResult result = this.sessionChannel.outputSessionCloseHandle.BeginWait(timeoutHelper.RemainingTime(), true, outputSessionWaitCallback, this); 4437this.sessionChannel.outputSessionCloseHandle.EndWait(result); 4479thisResult.sessionChannel.outputSessionCloseHandle.EndWait(result);