Implemented interface member:
method
EndClose
System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
6 references to EndClose
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
590
_serviceChannel.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
344
_channelFactory.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1073
this.CommunicationObject.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
239
_communicationObject.
EndClose
(result);
414
_communicationObject.
EndClose
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
293
_innerChannelFactory.
EndClose
(result);