12 references to ChainedCloseAsyncResult
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
174return new ChainedCloseAsyncResult(timeout, callback, state,
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
302return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, localUpgrade); 306return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1107return new ChainedCloseAsyncResult(timeout, callback, state, channel.BeginClose, channel.EndClose, activeChannels);
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
83return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.channelAcceptor);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
151return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelListener);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
42return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
53return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory); 214return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerOutputChannel);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
58return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
59return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1108return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.serviceChannelFactory);