5 implementations of OpenTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
100public TimeSpan OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
29TimeSpan IDefaultCommunicationTimeouts.OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
31TimeSpan IDefaultCommunicationTimeouts.OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
642public TimeSpan OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
42TimeSpan IDefaultCommunicationTimeouts.OpenTimeout
8 references to OpenTimeout
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
263this.OpenTimeout = source.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
51get { return ((IDefaultCommunicationTimeouts)_channelManager).OpenTimeout; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
85_openTimeout = timeouts.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
69get { return _timeouts.OpenTimeout; } 632_openTimeout = timeouts.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
22_openTimeout = timeouts.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
84return _timeouts.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
31_open = timeouts.OpenTimeout;