12 references to inputSessionClosedHandle
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (12)
2888this.inputSessionClosedHandle.Abort(this); 2895this.inputSessionClosedHandle.Abort(this); 2902this.inputSessionClosedHandle.Abort(this); 2908this.inputSessionClosedHandle.Fault(this); 2950this.inputSessionClosedHandle.Set(); 3036return this.inputSessionClosedHandle.Wait(timeoutHelper.RemainingTime(), false); 3068this.inputSessionClosedHandle.Set(); 3171this.sessionChannel.inputSessionClosedHandle.Set(); 3224thisResult.sessionChannel.inputSessionClosedHandle.Set(); 3368IAsyncResult result = this.sessionChannel.inputSessionClosedHandle.BeginWait(this.timeoutHelper.RemainingTime(), true, waitCallback, this); 3373this.sessionChannel.inputSessionClosedHandle.EndWait(result); 3408thisResult.sessionChannel.inputSessionClosedHandle.EndWait(result);