5 references to InProgress
System (5)
net\System\Net\HttpListenerRequest.cs (5)
580
else if (m_ClientCertState == ListenerClientCertState.
InProgress
)
785
if (m_ClientCertState == ListenerClientCertState.
InProgress
)
787
m_ClientCertState = ListenerClientCertState.
InProgress
;
882
if (m_ClientCertState == ListenerClientCertState.
InProgress
)
884
m_ClientCertState = ListenerClientCertState.
InProgress
;