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