Base:
property
ReadTimeout
System.IO.Stream.ReadTimeout
1 write to ReadTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\TimeoutStream.cs (1)
26
this.
ReadTimeout
= TimeoutHelper.ToMilliseconds(this.timeoutHelper.RemainingTime());
1 reference to ReadTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1057
TimeSpan timeSpan = this.CanTimeout ? TimeoutHelper.FromMilliseconds(this.
ReadTimeout
) : TimeSpan.MaxValue;