7 implementations of Open
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
316public void Open(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
598void ICommunicationObject.Open(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
193void ICommunicationObject.Open(TimeSpan timeout) 731void ICommunicationObject.Open(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1460public void Open(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
247public void Open(TimeSpan timeout) 422public void Open(TimeSpan timeout)
13 references to Open
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
354_innerFactory.Open(timeout); 369_innerFactory.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
69_innerChannel.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
69_innerChannelFactory.Open(timeout); 242_innerOutputChannel.Open(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1355InnerChannel.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
421_innerChannelFactory.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
160((ICommunicationObject)this).Open(_channelFactory.InternalOpenTimeout); 197InnerChannel.Open(timeoutHelper.RemainingTime()); 733((ICommunicationObject)_channel).Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
464_listener.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1462_innerChannel.Open(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
703obj.Open(timeout);