Example #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: int socketGetOption(int opt, Object iaContainerObj) throws SocketException
        internal override int SocketGetOption(int opt, Object iaContainerObj)
        {
            return(Impl.SocketGetOption(opt, iaContainerObj));
        }