11 implementations of EndClose
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
456
public void
EndClose
(IAsyncResult result)
System\ServiceModel\ClientBase.cs (2)
713
void ICommunicationObject.
EndClose
(IAsyncResult result)
1313
void ICommunicationObject.
EndClose
(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1498
public void
EndClose
(IAsyncResult result)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
309
public void
EndClose
(IAsyncResult result)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
203
public void
EndClose
( System.IAsyncResult result )
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
210
public void
EndClose
(IAsyncResult result)
387
public void
EndClose
(IAsyncResult result)
System\ServiceModel\Security\WSTrustChannel.cs (1)
870
public void
EndClose
(IAsyncResult result)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
490
void ICommunicationObject.
EndClose
(IAsyncResult result)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
356
void ICommunicationObject.
EndClose
(IAsyncResult result)
60 references to EndClose
System.ServiceModel (50)
System\ServiceModel\ChannelFactory.cs (2)
483
this.communicationObject.
EndClose
(result);
498
thisPtr.communicationObject.
EndClose
(result);
System\ServiceModel\Channels\ChannelDemuxer.cs (9)
999
channelDemuxer.innerChannel.
EndClose
(result);
1030
channelDemuxer.innerListener.
EndClose
(result);
1059
self.channelDemuxer.innerChannel.
EndClose
(result);
1065
self.channelDemuxer.innerListener.
EndClose
(result);
2181
this.innerListener.
EndClose
(result);
3819
this.channel.
EndClose
(result);
3833
self.channel.
EndClose
(result);
3895
this.channel.
EndClose
(result);
3937
self.channel.
EndClose
(result);
System\ServiceModel\Channels\ChannelPool.cs (2)
42
item.
EndClose
(result);
73
item.
EndClose
(result);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
64
communicationObject.
EndClose
(result);
System\ServiceModel\Channels\DatagramAdapter.cs (3)
1107
return new ChainedCloseAsyncResult(timeout, callback, state, channel.BeginClose, channel.
EndClose
, activeChannels);
1326
channel.
EndClose
(result);
1560
channel.
EndClose
(result);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
208
return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.
EndClose
);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
208
this.innerInputChannel.
EndClose
(result);
System\ServiceModel\Channels\LayeredChannel.cs (1)
66
this.innerChannel.
EndClose
(result);
System\ServiceModel\Channels\LayeredChannelListener.cs (2)
262
this.communicationObject.
EndClose
(result);
277
thisPtr.communicationObject.
EndClose
(result);
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
152
this.innerChannel.
EndClose
(result);
321
this.innerChannel.
EndClose
(result);
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1108
this.proxyChannel.
EndClose
(result);
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
429
channel.
EndClose
(result);
465
channel.
EndClose
(result);
699
channel.
EndClose
(result);
3961
this.channel.
EndClose
(result);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
166
new OperationEndCallback(this.innerChannelFactory.
EndClose
)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
170
new OperationEndCallback(this.InnerChannelListener.
EndClose
) };
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
450
this.listener.
EndClose
(result);
System\ServiceModel\Channels\ServiceChannel.cs (2)
1385
new ChainedBeginHandler(this.InnerChannel.BeginClose), new ChainedEndHandler(this.InnerChannel.
EndClose
),
1472
this.InnerChannel.
EndClose
(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
473
this.innerChannelFactory.BeginClose, this.innerChannelFactory.
EndClose
);
System\ServiceModel\ClientBase.cs (2)
813
this.InnerChannel.
EndClose
(result);
1315
((ICommunicationObject)this.channel).
EndClose
(result);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1363
this.innerChannel.
EndClose
(result);
1503
this.innerChannel.
EndClose
(result);
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
448
channel.
EndClose
(result);
477
state.Channel.
EndClose
(result);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
1078
rstChannel.
EndClose
(result);
1093
self.rstChannel.
EndClose
(result);
System\ServiceModel\Security\SecurityListenerSettingsLifetimeManager.cs (1)
168
endOperations.Add(new OperationEndCallback(this.innerListener.
EndClose
));
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
1023
this.channel.
EndClose
(result);
1037
self.channel.
EndClose
(result);
System\ServiceModel\Security\SecurityUtils.cs (2)
1739
this.communicationObject.
EndClose
(result);
1768
thisPtr.communicationObject.
EndClose
(result);
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
205
_communicationObject.
EndClose
( result );
System\ServiceModel\Security\WSTrustChannel.cs (1)
872
Channel.
EndClose
(result);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2972
communicationObject.
EndClose
(result);
3005
communicationObject.
EndClose
(result);
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
492
InnerCommunicationObject.
EndClose
(result);
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1267
thisPtr.client.InnerCommunicationObject.
EndClose
(result);
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
682
this.innerChannel.
EndClose
(result);
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
139
this.innerChannelFactory.
EndClose
);
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
70
this.closeListener.
EndClose
(result);
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (2)
214
this.channel.
EndClose
(result);
248
this.channel.
EndClose
(result);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
490
((ICommunicationObject)this.client).
EndClose
(result);