コード例 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: void socketConnect(InetAddress address, int port, int timeout) throws IOException
        internal override void SocketConnect(InetAddress address, int port, int timeout)
        {
            Impl.SocketConnect(address, port, timeout);
        }