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)
1073this.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);