3 references to _timeout
System.Runtime.Remoting (3)
channels\core\socketstream.cs (3)
65
if (
_timeout
<= 0)
72
if (
_timeout
>0 && !ar.IsCompleted)
74
ar.AsyncWaitHandle.WaitOne(
_timeout
, false);