5 implementations of SendTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
146
public TimeSpan
SendTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
39
TimeSpan IDefaultCommunicationTimeouts.
SendTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelManagerBase.cs (1)
41
TimeSpan IDefaultCommunicationTimeouts.
SendTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
652
public TimeSpan
SendTimeout
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
52
TimeSpan IDefaultCommunicationTimeouts.
SendTimeout
9 references to SendTimeout
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
265
this.SendTimeout = source.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
61
get { return ((IDefaultCommunicationTimeouts)_channelManager).
SendTimeout
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
87
_sendTimeout = timeouts.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
215
this.WriteTimeout = TimeoutHelper.ToMilliseconds(defaultTimeouts.
SendTimeout
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
74
_operationTimeout = timeouts.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
74
get { return _timeouts.
SendTimeout
; }
634
_sendTimeout = timeouts.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
33
_send = timeouts.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
304
duplexChannelBinder.DefaultSendTimeout = _timeouts.
SendTimeout
;