Ejemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: protected void connect(String host, int port) throws UnknownHostException, IOException
        protected internal override void Connect(String host, int port)
        {
            Impl.Connect(host, port);
        }