9 overrides of DefaultCloseTimeout
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
53protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
44protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
26protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
175protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
31protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
63protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
59protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
80protected override TimeSpan DefaultCloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
32protected override TimeSpan DefaultCloseTimeout
4 references to DefaultCloseTimeout
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
28get { return this.DefaultCloseTimeout; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (3)
72get { return this.DefaultCloseTimeout; } 118return this.BeginClose(this.DefaultCloseTimeout, callback, state); 138this.Close(this.DefaultCloseTimeout);