예제 #1
0
        public static Connection Connect(String host, int port, ConnectionDelegate conndel)
        {
            IoTransport transport = new IoTransport(host, port, conndel);

            return(transport.Connection);
        }
예제 #2
0
 public static Connection Connect(String host, int port, ConnectionDelegate conndel)
 {
     IoTransport transport = new IoTransport(host, port, conndel);
     return transport.Connection;
 }