10 overrides of DefaultCloseTimeout
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
32protected override TimeSpan DefaultCloseTimeout
System.ServiceModel.Primitives (8)
System\ServiceModel\ChannelFactory.cs (1)
54protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Channels\ChannelBase.cs (1)
36protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
27protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Channels\ServiceChannel.cs (1)
158protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
59protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
46protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\InstanceContext.cs (1)
80protected override TimeSpan DefaultCloseTimeout
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
30protected override TimeSpan DefaultCloseTimeout
UnitTests.Common (1)
MockCommunicationObject.cs (1)
67protected override TimeSpan DefaultCloseTimeout
4 references to DefaultCloseTimeout
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ChannelManagerBase.cs (1)
29get { return DefaultCloseTimeout; }
System\ServiceModel\Channels\CommunicationObject.cs (3)
141get { return DefaultCloseTimeout; } 194return BeginClose(DefaultCloseTimeout, callback, state); 214Close(DefaultCloseTimeout);