Implemented interface member:
method
Open
System.ServiceModel.ICommunicationObject.Open()
5 references to Open
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
116this.Open();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
595_serviceChannel.Open();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
611_listenerHandler.Open(); // This never throws, which is why it's ok for it to happen in OnOpened
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
244_communicationObject.Open(); 419_communicationObject.Open();