3 writes to _timeout
PresentationCore (3)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (3)
279
_timeout
= value;
344
_timeout
= 100000; // http default - 100s
348
_timeout
= System.Threading.Timeout.Infinite; // ftp default and appropriate for cached file
1 reference to _timeout
PresentationCore (1)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
269
return
_timeout
;