public void ContinueSendResponse() { if (m_currentResponse == null) { return; } ContextTimeoutManager.EnqueueSend(this, m_currentResponse.Priority); }
public void StartSendResponse(HttpResponse response) { isSendingResponse = true; m_currentResponse = response; ContextTimeoutManager.EnqueueSend(this, response.Priority); }