18 references to Completed
System (18)
net\System\Net\BaseWebProxyFinder.cs (1)
21get { return (state == AutoWebProxyState.Completed) || (state == AutoWebProxyState.Uninitialized); }
net\System\Net\NetWebProxyFinder.cs (14)
54if (State != AutoWebProxyState.Completed) 136State = AutoWebProxyState.Completed; 141if (newState == AutoWebProxyState.Completed) 143State = AutoWebProxyState.Completed; 158State = AutoWebProxyState.Completed; 163if (State == AutoWebProxyState.Completed) 176if (State == AutoWebProxyState.Completed) 187if (State == AutoWebProxyState.Completed) 302newState = AutoWebProxyState.Completed; 319newState = AutoWebProxyState.Completed; 337if (newState != AutoWebProxyState.Completed) 349newState = AutoWebProxyState.Completed; 359newState = AutoWebProxyState.Completed; 399if ((newState == AutoWebProxyState.Completed) && (scriptInstance != newScriptInstance))
net\System\Net\WinHttpWebProxyFinder.cs (3)
99if (State == AutoWebProxyState.Completed) 282return AutoWebProxyState.Completed; 300return AutoWebProxyState.Completed;