Implemented interface member:
method
EndOpen
System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)
7 references to EndOpen
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1986channel.EndOpen(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
615_serviceChannel.EndOpen(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
318_channelFactory.EndOpen(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1051this.CommunicationObject.EndOpen(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
264_communicationObject.EndOpen(result); 439_communicationObject.EndOpen(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
283_innerChannelFactory.EndOpen(result);