7 implementations of Open
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
316
public void
Open
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
598
void ICommunicationObject.
Open
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
193
void ICommunicationObject.
Open
(TimeSpan timeout)
731
void ICommunicationObject.
Open
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1460
public void
Open
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
247
public void
Open
(TimeSpan timeout)
422
public 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)
1355
InnerChannel.
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);
197
InnerChannel.
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)
703
obj.
Open
(timeout);