9 overrides of DefaultOpenTimeout
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
68
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
49
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
31
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
180
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
36
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
78
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
64
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
88
protected override TimeSpan
DefaultOpenTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
37
protected override TimeSpan
DefaultOpenTimeout
4 references to DefaultOpenTimeout
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
33
get { return this.
DefaultOpenTimeout
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (3)
77
get { return this.
DefaultOpenTimeout
; }
128
return this.BeginOpen(this.
DefaultOpenTimeout
, callback, state);
313
this.Open(this.
DefaultOpenTimeout
);