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