1 write to atEOFEvent
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
101this.atEOFEvent = new ManualResetEvent(false);
4 references to atEOFEvent
System.ServiceModel (4)
System\ServiceModel\Channels\PipeConnection.cs (4)
512if (!TimeoutHelper.WaitOne(atEOFEvent, timeoutHelper.RemainingTime())) 590if (this.atEOFEvent != null) 592this.atEOFEvent.Close(); 829atEOFEvent.Set();