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