4 overrides of Abort
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
61public override void Abort()
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
38public override void Abort()
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
233public override void Abort()
System\ServiceModel\Channels\RequestContextBase.cs (1)
99public override void Abort()
43 references to Abort
System.ServiceModel (43)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
72this.innerRequestContext.Abort();
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1308request.Abort(); 2961request.Abort();
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
193this.replyFaultContext.Abort(); 262context.Abort(); 345this.replyFaultContext.Abort();
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
40this.innerContext.Abort();
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
139context.Abort(); 346context.Abort(); 394this.context.Abort();
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
3540this.innerContext.Abort(); 3565this.innerContext.Abort(); 3590this.innerContext.Abort(); 3620this.innerContext.Abort(); 3645this.innerContext.Abort();
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1864context.Abort(); 1903context.Abort();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1056faultState.RequestContext.Abort();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
1050context.Abort(); 1396this.innerContexts[i].Abort();
System\ServiceModel\Channels\RequestContextBase.cs (1)
339thisContext.Abort();
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1314innerContext.Abort(); 1412this.innerContext.Abort(); 1820innerItem.Abort();
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
200this.innerContext.Abort();
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
827request.Abort(); 1840request.Abort();
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
217requestContext.Abort();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (15)
1567innerRequestContext.Abort(); 1730requestContext.Abort(); 1814requestContext.Abort(); 2684innerRequestContext.Abort(); 2872this.closeRequestContext.Abort(); 2971pendingCloseRequestContext.Abort(); 3054requestContext.Abort(); 3118requestContext.Abort(); 3205this.closeRequestContext.Abort(); 3545this.requestContext.Abort(); 3674this.closeRequestContext.Abort(); 3884requestContext.Abort(); 3923requestContext.Abort(); 3982pendingCloseRequestContext.Abort(); 4129this.closeRequestContext.Abort();