1 write to reconnectEvent
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
52this.reconnectEvent = new ManualResetEvent(true);
7 references to reconnectEvent
System.ServiceModel (7)
System\ServiceModel\Channels\SharedConnectionListener.cs (7)
111if (!this.reconnectEvent.WaitOne(timeoutHelper.RemainingTime())) 155if (this.reconnectEvent != null) 157this.reconnectEvent.Close(); 170if (this.reconnectEvent != null) 172this.reconnectEvent.Set(); 227this.reconnectEvent.Reset(); 252reconnectEvent.Set();