static void Main(string[] args)
    {
        Console.WriteLine("This example explains how to use the SecureSocket in asynchronous mode. This class will fetch the index page of www.microsoft.com.");
        AsynchronousSocket asc = new AsynchronousSocket();

        asc.Start();
    }
 static void Main(string[] args)
 {
     Console.WriteLine("This example explains how to use the SecureSocket in asynchronous mode. This class will fetch the index page of www.microsoft.com.");
     AsynchronousSocket asc = new AsynchronousSocket();
     asc.Start();
 }