Example #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: void socketBind(InetAddress address, int port) throws IOException
        internal override void SocketBind(InetAddress address, int port)
        {
            Impl.SocketBind(address, port);
        }