14 instantiations of ChainedCloseAsyncResult
System.ServiceModel (14)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
174
return new
ChainedCloseAsyncResult
(timeout, callback, state,
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
302
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, localUpgrade);
306
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1107
return new
ChainedCloseAsyncResult
(timeout, callback, state, channel.BeginClose, channel.EndClose, activeChannels);
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
83
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.channelAcceptor);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
151
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelListener);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
42
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
53
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory);
214
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerOutputChannel);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
58
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1137
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
1205
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
59
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1108
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.serviceChannelFactory);
16 references to ChainedCloseAsyncResult
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
181
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
312
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1115
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
88
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\HttpChannelListener.cs (3)
1040
ChainedCloseAsyncResult
.End(result);
1448
ChainedCloseAsyncResult
closeResult = new ChainedCloseAsyncResult(
1461
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
156
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
47
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
58
ChainedCloseAsyncResult
.End(result);
219
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
63
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1142
ChainedCloseAsyncResult
.End(result);
1210
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
64
ChainedCloseAsyncResult
.End(result);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1113
ChainedCloseAsyncResult
.End(result);