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