3 writes to _timeout
PresentationCore (3)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (3)
280
_timeout
= value;
345
_timeout
= 100000; // http default - 100s
349
_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)
270
return
_timeout
;