Ejemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: protected synchronized void bind(InetAddress address, int lport) throws IOException
        protected internal override void Bind(InetAddress address, int lport)
        {
            lock (this)
            {
                Impl.Bind(address, lport);
            }
        }