1 implementation of DefaultSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
95public TimeSpan DefaultSendTimeout
1 reference to DefaultSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
766TimeSpan fastPollingInterval = Ticks.ToTimeSpan(Ticks.FromTimeSpan(this.binder.DefaultSendTimeout) / 2);