using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TradeIdeas.Extensions;
using TradeIdeas.ServerConnection;
using System.Windows.Forms;
using System.Drawing;
namespace TIProDevExtension
{
///
/// This sends a request to the micro proxy. The response is a description of the
/// current state of the micro proxy for this user. This can be helpful for finding
/// certain types of bugs. For example, if we got disconnected from one server and
/// didn't realize it.
///
class MicroProxyDebugDumpExtension : IMainInit
{
///
/// Normal init for extensions.
///
///
///
public static IList