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)
1986
channel.
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)
1051
this.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);