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