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