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