5 implementations of CloseTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
46
public TimeSpan
CloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
24
TimeSpan IDefaultCommunicationTimeouts.
CloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
26
TimeSpan IDefaultCommunicationTimeouts.
CloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
637
public TimeSpan
CloseTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
37
TimeSpan IDefaultCommunicationTimeouts.
CloseTimeout
13 references to CloseTimeout
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
262
this.CloseTimeout = source.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
46
get { return ((IDefaultCommunicationTimeouts)_channelManager).
CloseTimeout
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
84
_closeTimeout = timeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
213
_closeTimeout = defaultTimeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
59
get { return _timeouts.
CloseTimeout
; }
631
_closeTimeout = timeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
21
_closeTimeout = timeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
229
WebSocketStream webSocketStream = new WebSocketStream(WebSocket, outgoingMessageType, ((IDefaultCommunicationTimeouts)this).
CloseTimeout
);
275
WebSocketStream webSocketStream = new WebSocketStream(WebSocket, outgoingMessageType, ((IDefaultCommunicationTimeouts)this).
CloseTimeout
);
842
_defaultTimeouts.
CloseTimeout
),
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
69
return _timeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1121
return defaultTimeouts.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
30
_close = timeouts.
CloseTimeout
;