10 references to inputSessionClosedHandle
System.ServiceModel (10)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (10)
625this.inputSessionClosedHandle.Fault(this); 722this.inputSessionClosedHandle.Set(); 746this.inputSessionClosedHandle.Set(); 1366this.inputSessionClosedHandle.Abort(this); 1444return this.inputSessionClosedHandle.Wait(timeoutHelper.RemainingTime(), false); 1620this.inputSessionClosedHandle.Abort(this); 1834this.channel.inputSessionClosedHandle.Abort(this.channel); 2161IAsyncResult result = this.sessionChannel.inputSessionClosedHandle.BeginWait(this.timeoutHelper.RemainingTime(), true, shutdownWaitCallback, this); 2166this.sessionChannel.inputSessionClosedHandle.EndWait(result); 2196thisResult.sessionChannel.inputSessionClosedHandle.EndWait(result);