23 references to Abort
System.ServiceModel (23)
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
76this.shutdownWaitObject.Abort(channel); 77this.terminateWaitObject.Abort(channel);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1473this.abortHandle.Abort(communicationObject);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
148this.shutdownHandle.Abort(channel);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
426this.messagingCompleteWaitObject.Abort(this); 1781this.waitHandle.Abort(this.channel);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
232this.shutdownHandle.Abort(this);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (7)
1365this.keyRenewalCompletedEvent.Abort(this); 1366this.inputSessionClosedHandle.Abort(this); 1620this.inputSessionClosedHandle.Abort(this); 1621this.keyRenewalCompletedEvent.Abort(this); 1622this.outputSessionCloseHandle.Abort(this); 1833this.channel.keyRenewalCompletedEvent.Abort(this.channel); 1834this.channel.inputSessionClosedHandle.Abort(this.channel);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (9)
2888this.inputSessionClosedHandle.Abort(this); 2895this.inputSessionClosedHandle.Abort(this); 2902this.inputSessionClosedHandle.Abort(this); 3683this.inputSessionCloseHandle.Abort(this); 3684this.outputSessionCloseHandle.Abort(this); 3698this.inputSessionCloseHandle.Abort(this); 3699this.outputSessionCloseHandle.Abort(this); 3706this.inputSessionCloseHandle.Abort(this); 3707this.outputSessionCloseHandle.Abort(this);