7 implementations of EndClose
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
286
public void
EndClose
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
588
void ICommunicationObject.
EndClose
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
289
void ICommunicationObject.
EndClose
(IAsyncResult result)
721
void ICommunicationObject.
EndClose
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1434
public void
EndClose
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
237
public void
EndClose
(IAsyncResult result)
412
public void
EndClose
(IAsyncResult result)
9 references to EndClose
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
64
communicationObject.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
64
_innerChannel.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
444
_innerChannelFactory.BeginClose, _innerChannelFactory.
EndClose
);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
368
InnerChannel.
EndClose
(result);
723
((ICommunicationObject)_channel).
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1299
_innerChannel.
EndClose
(result);
1439
_innerChannel.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
179
channel.
EndClose
(result);
208
state.Channel.
EndClose
(result);