5 implementations of OpenTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
100
public TimeSpan
OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
29
TimeSpan IDefaultCommunicationTimeouts.
OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
31
TimeSpan IDefaultCommunicationTimeouts.
OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
642
public TimeSpan
OpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
42
TimeSpan IDefaultCommunicationTimeouts.
OpenTimeout
8 references to OpenTimeout
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
263
this.OpenTimeout = source.
OpenTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
51
get { 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)
69
get { 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)
84
return _timeouts.
OpenTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
31
_open = timeouts.
OpenTimeout
;