Ejemplo n.º 1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnServerErrorFunction(OnErrorEventArgs e)
 {
     OnServerError(this, e);
 }
 void server_OnServerError(object sender, OnErrorEventArgs e)
 {
     NDLogger.Log("HTTP Request error: " + e.EventMessage, LogLevel.Error);
     HttpService.Stop();
     HttpService.Start();
 }